Module: Dynamoid::Associations
- Extended by:
- ActiveSupport::Concern
- Included in:
- Components
- Defined in:
- lib/dynamoid/associations.rb,
lib/dynamoid/associations/has_one.rb,
lib/dynamoid/associations/has_many.rb,
lib/dynamoid/associations/belongs_to.rb,
lib/dynamoid/associations/association.rb,
lib/dynamoid/associations/many_association.rb,
lib/dynamoid/associations/single_association.rb,
lib/dynamoid/associations/has_and_belongs_to_many.rb
Overview
The has and belongs to many association.
Defined Under Namespace
Modules: Association, ClassMethods, ManyAssociation, SingleAssociation Classes: BelongsTo, HasAndBelongsToMany, HasMany, HasOne