Method: ActiveModel::LazyAttributeHash#marshal_load
- Defined in:
- activemodel/lib/active_model/attribute_set/builder.rb
#marshal_load(values) ⇒ Object
146 147 148 |
# File 'activemodel/lib/active_model/attribute_set/builder.rb', line 146 def marshal_load(values) initialize(*values) end |