From 5937bd02dee112646469848d7fe8a8bfcef5b4c1 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Fri, 18 Jan 2013 12:30:47 +0000 Subject: Undeprecate the :extend option Suggested by @dhh. It doesn't affect the generated SQL, so seems reasonable to continue to allow it as an association option. --- activerecord/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 68ed6cdf51..45a2b59d47 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -985,7 +985,6 @@ * `:conditions` becomes `:where`. * `:include` becomes `:includes`. - * `:extend` becomes `:extending`. The code to implement the deprecated features has been moved out to the `activerecord-deprecated_finders` gem. This gem is a dependency -- cgit v1.2.3