Method: ActiveModel::LazyAttributeHash#initialize_dup

Defined in:
activemodel/lib/active_model/attribute_set/builder.rb

#initialize_dup(_) ⇒ Object



124
125
126
127
# File 'activemodel/lib/active_model/attribute_set/builder.rb', line 124

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