aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-04-19 06:44:18 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-04-19 06:44:46 -0500
commit5bc635b8cd24e821dc59b99e77ff9e585bbaa5fb (patch)
tree71f1f8e397a408f5da3cfd7865e21832c8698138 /railties
parent845cef3e8be0ece172a324f49c02585c6fbf9feb (diff)
downloadrails-5bc635b8cd24e821dc59b99e77ff9e585bbaa5fb.tar.gz
rails-5bc635b8cd24e821dc59b99e77ff9e585bbaa5fb.tar.bz2
rails-5bc635b8cd24e821dc59b99e77ff9e585bbaa5fb.zip
Remove named scopes from query guide contents, separate guide is coming
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/active_record_querying.textile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/guides/source/active_record_querying.textile b/railties/guides/source/active_record_querying.textile
index b112c4f5fb..1b1d9a8009 100644
--- a/railties/guides/source/active_record_querying.textile
+++ b/railties/guides/source/active_record_querying.textile
@@ -6,7 +6,6 @@ This guide covers different ways to retrieve data from the database using Active
* Specify the order, retrieved attributes, grouping, and other properties of the found records
* Use eager loading to reduce the number of database queries needed for data retrieval
* Use dynamic finders methods
-* Create named scopes to add custom finding behavior to your models
* Check for the existence of particular records
* Perform various calculations on Active Record models