Method: ActiveType::NestedAttributes::ClassMethods#nests_many
- Defined in:
- lib/active_type/nested_attributes.rb
#nests_many(association_name, options = {}) ⇒ Object
19 20 21 |
# File 'lib/active_type/nested_attributes.rb', line 19 def nests_many(association_name, = {}) Builder.new(self, generated_nested_attribute_methods).build(association_name, :many, ) end |