Class: ActiveNode::Associations::HasManyAssociation

Inherits:
CollectionAssociation show all
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

#owner, #reflection, #target

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