class ActiveModel::LazyAttributeHash

def initialize_dup(_)

def initialize_dup(_)
  @delegate_hash = Hash[delegate_hash]
  super
end