Class: Dynamoid::Associations::HasAndBelongsToMany

Inherits:
Object
  • Object
show all
Includes:
ManyAssociation
Defined in:
lib/dynamoid/associations/has_and_belongs_to_many.rb

Instance Attribute Summary

Attributes included from ManyAssociation

#query

Attributes included from Association

#loaded, #name, #options, #source

Method Summary

Methods included from ManyAssociation

#<<, #==, #associate, #create, #create!, #delete, #delete_all, #destroy_all, #disassociate, #each, #find_target, #include?, #initialize, #method_missing, #records, #setter, #where

Methods included from Association

#declaration_field_name, #declaration_field_type, #disassociate_source, #find_target, #initialize, #loaded?, #reset, #target

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Dynamoid::Associations::ManyAssociation