From d0ff4ec1936b6888ce199ef5131c3a2d866a968c Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sat, 30 Jun 2007 03:31:48 +0000 Subject: Don't call unsupported methods on associated objects when using :include, :method with to_xml [manfred, jwilger] Closes #7307 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7156 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 156f55e94e..a4130b8a5f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't call unsupported methods on associated objects when using :include, :method with to_xml #7307, [manfred, jwilger] + * Define collection singular ids method for has_many :through associations. #8763 [lifofifo] * Array attribute conditions work with proxied association collections. #8318 [kamal, theamazingrando] -- cgit v1.2.3