Class: ActiveMocker::HasAndBelongsToMany

Inherits:
HasMany show all
Defined in:
lib/active_mocker/mock/has_and_belongs_to_many.rb

Instance Attribute Summary

Attributes inherited from HasMany

#foreign_id, #foreign_key, #relation_class, #source

Method Summary

Methods inherited from HasMany

#build, #create, #init_options, #initialize, new, #set_foreign_key

Methods included from Queries

#all, #average, #count, #delete_all, #find, #find_by, #find_by!, #find_or_create_by, #find_or_initialize_by, #first_or_create, #first_or_create!, #first_or_initialize, #limit, #maximum, #minimum, #none, #order, #reverse_order, #sum, #update, #update_all, #where

Methods included from LateInclusion

#__extended_onto__, #__included_onto__, #extended, #included

Methods inherited from Relation

#from_limit?, #initialize, #inspect, #name

Methods inherited from Collection

#<<, #==, #blank?, #each, #hash, #initialize, #to_a, #to_ary

Constructor Details

This class inherits a constructor from ActiveMocker::HasMany