method

freeze

freeze()
public

No documentation available.

# File activemodel/lib/active_model/attributes.rb, line 120
    def freeze
      @attributes = @attributes.clone.freeze unless frozen?
      super
    end