module ActiveModel::Attributes

def initialize(*) # :nodoc:

:nodoc:
def initialize(*) # :nodoc:
  @attributes = self.class._default_attributes.deep_dup
  super
end