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, #rel_target, #target

Method Summary

Methods inherited from CollectionAssociation

#reset

Methods inherited from Association

#ids_reader, #ids_writer, #initialize, #klass, #load_ids, #reader, #rel, #rels_loader, #rels_reader, #rels_writer, #reset, #save, #validate_type, #writer

Constructor Details

This class inherits a constructor from ActiveNode::Associations::Association