aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-12-15 19:00:24 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-12-15 19:00:24 -0200
commit9bf2d67690aa4a78f9017d440a37409ab8b34441 (patch)
tree0b41ea487086c2fe43c545680f46ec15525502fe
parent72a815c3fdd288c1e94953712b7540b582adfab7 (diff)
parent3cb11a3596ffd31f12923a2f2ab0d0cc3c8beab8 (diff)
downloadrails-9bf2d67690aa4a78f9017d440a37409ab8b34441.tar.gz
rails-9bf2d67690aa4a78f9017d440a37409ab8b34441.tar.bz2
rails-9bf2d67690aa4a78f9017d440a37409ab8b34441.zip
Merge pull request #18041 from andreynering/ar-guides-querying-2
Dynamic finders 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