From 32df882f42bc0e6f62fe2792f0e3a148fdff777b Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Mon, 6 Aug 2012 16:17:09 -0700 Subject: [PATCH] Update list of finder methods --- guides/source/active_record_querying.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile index dff829a4c1867..80c9260a0d5e8 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+