method

freeze

freeze()
public

No documentation available.

# File activerecord/lib/active_record/attribute_set.rb, line 46
    def freeze
      @attributes.freeze
      super
    end