Class: ActiveNode::Associations::HasManyAssociation
- Inherits:
-
CollectionAssociation
- Object
- Association
- CollectionAssociation
- ActiveNode::Associations::HasManyAssociation
- Defined in:
- lib/active_node/associations/has_many_association.rb
Overview
This is the proxy that handles a has many association.
If the association has a :through
option further specialization is provided by its child HasManyThroughAssociation.
Instance Attribute Summary
Attributes inherited from Association
Method Summary
Methods inherited from CollectionAssociation
#ids_reader, #ids_writer, #reset, #target_each
Methods inherited from Association
#initialize, #klass, #load_target, #reader, #reset, #save, #writer
Constructor Details
This class inherits a constructor from ActiveNode::Associations::Association