From 3cb11a3596ffd31f12923a2f2ab0d0cc3c8beab8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 15 Dec 2014 15:35:39 -0200 Subject: [PATCH] Already deprecated [ci skip] --- guides/source/active_record_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab