1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update list of finder methods

This commit is contained in:
Oscar Del Ben 2012-08-06 16:17:09 -07:00
parent 39674d1e90
commit 32df882f42

View file

@ -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+
@ -61,9 +62,11 @@ The methods are:
* +joins+
* +limit+
* +lock+
* +none+
* +offset+
* +order+
* +none+
* +preload+
* +readonly+
* +references+
* +reorder+