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