aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2014-12-15 15:35:39 -0200
committerAndrey Nering <andrey.nering@gmail.com>2014-12-15 15:35:39 -0200
commit3cb11a3596ffd31f12923a2f2ab0d0cc3c8beab8 (patch)
treeba01f8b3cee33cc0557c8251d18be22f80df267e
parentc308fec0f543c5b5a95bf529b5885964ae8b0f61 (diff)
downloadrails-3cb11a3596ffd31f12923a2f2ab0d0cc3c8beab8.tar.gz
rails-3cb11a3596ffd31f12923a2f2ab0d0cc3c8beab8.tar.bz2
rails-3cb11a3596ffd31f12923a2f2ab0d0cc3c8beab8.zip
Already deprecated [ci skip]
-rw-r--r--guides/source/active_record_querying.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index e1a465c64f..8734addd4c 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -1330,7 +1330,7 @@ If you want to find both by name and locked, you can chain these finders togethe
Find or Build a New Object
--------------------------
-NOTE: Some dynamic finders have been deprecated in Rails 4.0 and will be
+NOTE: Some dynamic finders were deprecated in Rails 4.0 and
removed in Rails 4.1. The best practice is to use Active Record scopes
instead. You can find the deprecation gem at
https://github.com/rails/activerecord-deprecated_finders