Module: BigRecord::BrAssociations

Defined in:
lib/big_record/br_associations.rb,
lib/big_record/br_associations/cached_item_proxy.rb,
lib/big_record/br_associations/association_proxy.rb,
lib/big_record/br_associations/has_one_association.rb,
lib/big_record/br_associations/association_collection.rb,
lib/big_record/br_associations/belongs_to_association.rb,
lib/big_record/br_associations/cached_item_proxy_factory.rb,
lib/big_record/br_associations/belongs_to_many_association.rb,
lib/big_record/br_associations/has_and_belongs_to_many_association.rb

Overview

:nodoc:

Defined Under Namespace

Modules: CachedItemProxy, ClassMethods Classes: AssociationCollection, AssociationProxy, BelongsToAssociation, BelongsToManyAssociation, CachedItemProxyFactory, HasAndBelongsToManyAssociation, HasOneAssociation

Class Method Summary

Class Method Details

+ (Object) included(base)



12
13
14
# File 'lib/big_record/br_associations.rb', line 12

def self.included(base)
  base.extend(ClassMethods)
end