Class: NinjaModel::Associations::HasManyAssociation

Inherits:
CollectionAssociation show all
Defined in:
lib/ninja_model/associations/has_many_association.rb

Instance Attribute Summary

Attributes inherited from CollectionAssociation

#proxy

Attributes inherited from Association

#owner, #reflection, #target

Method Summary

Methods inherited from CollectionAssociation

#add_to_target, #build, #first, #initialize, #last, #reader, #reset

Methods inherited from Association

#association_scope, #initialize, #klass, #load_target, #loaded!, #loaded?, #reload, #reset, #reset_scope, #scoped, #set_inverse_instance, #stale_target?, #target_scope

Constructor Details

This class inherits a constructor from NinjaModel::Associations::CollectionAssociation