diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-01-11 19:54:19 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-01-11 19:54:19 +0000 |
commit | ebfd03b938d2cb996bc5786768e339b7221a724d (patch) | |
tree | 7e7bdf0b6fc537f9421afe171af22aab79baac6c /activerecord/CHANGELOG | |
parent | 5d1a305f066daf5a60b2b1158d5d2aeae6fe32cb (diff) | |
download | rails-ebfd03b938d2cb996bc5786768e339b7221a724d.tar.gz rails-ebfd03b938d2cb996bc5786768e339b7221a724d.tar.bz2 rails-ebfd03b938d2cb996bc5786768e339b7221a724d.zip |
Fix issue where Table#references doesn't pass a :null option to a *_type attribute for polymorphic associations. Closes #10753 [railsjitsu]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8627 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 773e4ce90e..d3b5a38ec8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix issue where Table#references doesn't pass a :null option to a *_type attribute for polymorphic associations. Closes #10753 [railsjitsu] + * Fixtures: removed support for the ancient pre-YAML file format. #10736 [John Barnette] * More thoroughly quote table names. #10698 [dimdenis, lotswholetime, Jeremy Kemper] |