method
freeze
rails latest stable - Class:
ActiveRecord::AttributeSet
freeze()public
No documentation available.
# File activerecord/lib/active_record/attribute_set.rb, line 61
def freeze
@attributes.freeze
super
end