aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Del Ben <oscar@oscardelben.com>2012-08-06 16:17:09 -0700
committerOscar Del Ben <oscar@oscardelben.com>2012-08-06 16:17:09 -0700
commit32df882f42bc0e6f62fe2792f0e3a148fdff777b (patch)
tree4433d022768dd74ce82e2a6952f64ab2d815a3b8
parent39674d1e90a99f40f591cf97064f1a17d0542dc1 (diff)
downloadrails-32df882f42bc0e6f62fe2792f0e3a148fdff777b.tar.gz
rails-32df882f42bc0e6f62fe2792f0e3a148fdff777b.tar.bz2
rails-32df882f42bc0e6f62fe2792f0e3a148fdff777b.zip
Update list of finder methods
-rw-r--r--guides/source/active_record_querying.textile3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile
index dff829a4c1..80c9260a0d 100644
--- a/guides/source/active_record_querying.textile
+++ b/guides/source/active_record_querying.textile
@@ -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+