diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-04-19 06:44:18 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-04-19 06:44:46 -0500 |
commit | 5bc635b8cd24e821dc59b99e77ff9e585bbaa5fb (patch) | |
tree | 71f1f8e397a408f5da3cfd7865e21832c8698138 /railties/guides/source | |
parent | 845cef3e8be0ece172a324f49c02585c6fbf9feb (diff) | |
download | rails-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/guides/source')
-rw-r--r-- | railties/guides/source/active_record_querying.textile | 1 |
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 |