method

freeze

freeze()
public

No documentation available.

# File activemodel/lib/active_model/attribute_set.rb, line 68
    def freeze
      attributes.freeze
      super
    end