Class: ActiveEntity::Associations::Embeds::EmbedsManyAssociation

Inherits:
CollectionAssociation show all
Defined in:
lib/active_entity/associations/embeds/embeds_many_association.rb

Overview

Active Entity Has Many Association

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

#add_to_target, #build, #concat, #delete, #delete_all, #empty?, #find, #include?, #initialize, #reader, #replace, #size, #writer

Methods inherited from Association

#extensions, #initialize, #initialize_attributes, #inversed_from, #klass, #loaded?, #marshal_dump, #marshal_load, #remove_inverse_instance, #set_inverse_instance

Constructor Details

This class inherits a constructor from ActiveEntity::Associations::Embeds::CollectionAssociation