module ActiveModel::Attributes

def initialize(*)

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