Skip to content

Commit

Permalink
Update list of finder methods
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardelben committed Aug 6, 2012
1 parent 39674d1 commit 32df882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/source/active_record_querying.textile
Expand Up @@ -53,6 +53,7 @@ To retrieve objects from the database, Active Record provides several finder met
The methods are:
* +bind+
* +create_with+
* +eager_load+
* +extending+
* +from+
* +group+
Expand All @@ -61,9 +62,11 @@ The methods are:
* +joins+
* +limit+
* +lock+
* +none+
* +offset+
* +order+
* +none+
* +preload+
* +readonly+
* +references+
* +reorder+
Expand Down

0 comments on commit 32df882

Please sign in to comment.