module ActiveModel::Attributes

def freeze # :nodoc:

:nodoc:
def freeze # :nodoc:
  @attributes = @attributes.clone.freeze unless frozen?
  super
end