diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-06-30 03:31:48 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-06-30 03:31:48 +0000 |
commit | d0ff4ec1936b6888ce199ef5131c3a2d866a968c (patch) | |
tree | 2432d3e567b68d6ee2a0e328ff8b2cd9438aa075 /activerecord/CHANGELOG | |
parent | 20045df2606a6c0c62bacfb9f9cb815ed11f7dd8 (diff) | |
download | rails-d0ff4ec1936b6888ce199ef5131c3a2d866a968c.tar.gz rails-d0ff4ec1936b6888ce199ef5131c3a2d866a968c.tar.bz2 rails-d0ff4ec1936b6888ce199ef5131c3a2d866a968c.zip |
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
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] |