class ActiveModel::AttributeSet

def deep_dup

def deep_dup
  AttributeSet.new(attributes.deep_dup)
end