Home | Trees | Indices | Help |
---|
|
Classes | |
Association Associations allow you to retrieve a model or collection of models that are related to one another in some way. |
|
BelongsTo Builds the association scope for a belongs
association.
|
|
Has Builds the association scope for a has association.
|
|
HasMany The HasMany class simply declares that the Has
association is a collection of type 'has_many' .
|
|
HasOne The HasOne class simply declares that the Has
association is a not a collection and has a type of
'has_one' .
|
|
HasManyThrough The HasManyThrough class is used whenever a
has_many association is created with the
through option.
|
Variables | |
__package__ =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jun 30 17:41:49 2011 | http://epydoc.sourceforge.net |