Module: Cuprum::Collections::Associations

Defined in:
lib/cuprum/collections/associations.rb,
lib/cuprum/collections/associations/has_one.rb,
lib/cuprum/collections/associations/has_many.rb,
lib/cuprum/collections/associations/belongs_to.rb

Overview

Namespace for implementing specific association types.

Defined Under Namespace

Classes: BelongsTo, HasMany, HasOne