module ActiveModel::Attributes

def initialize_dup(other) # :nodoc:

:nodoc:
def initialize_dup(other) # :nodoc:
  @attributes = @attributes.deep_dup
  super
end