From 5bc635b8cd24e821dc59b99e77ff9e585bbaa5fb Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Sun, 19 Apr 2009 06:44:18 -0500 Subject: Remove named scopes from query guide contents, separate guide is coming --- railties/guides/source/active_record_querying.textile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3