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:
parent
39674d1e90
commit
32df882f42
1 changed files with 3 additions and 0 deletions
|
@ -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+
|
||||
|
|
Loading…
Reference in a new issue