From d3a99c32d172a30709fd45506e120c335cb3d929 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 10 Jun 2012 00:35:18 +0200 Subject: removes the obsolete require_association method from dependencies This is an obsolete method from the very early days, apparently it was used circa 2004 because STI support was not smart enough. This method is not public interface, and we are heading a major version, so removal seems right. --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index c778647ea5..804336da91 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Remove obsolete and unused `require_association` method from dependencies. *fxn* + * Add `:instance_accessor` option for `config_accessor`. class User -- cgit v1.2.3