aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-20 05:23:34 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-20 05:23:34 +0000
commit70577d0dcab2f1756e05c98565acf525e55dc51f (patch)
tree96dfe26e412aa81563ef56d3ac07e509488bae05 /activerecord/CHANGELOG
parente96c58224c31c63b023b7f71e8f3ada440eb2fa8 (diff)
downloadrails-70577d0dcab2f1756e05c98565acf525e55dc51f.tar.gz
rails-70577d0dcab2f1756e05c98565acf525e55dc51f.tar.bz2
rails-70577d0dcab2f1756e05c98565acf525e55dc51f.zip
Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. Closes #5829.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4792 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 357f8a4d92..2a9a7c2042 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key. #5815 [josh@hasmanythrough.com]
+* Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. #5815, #5829 [josh@hasmanythrough.com]
* PostgreSQL: simplify index introspection query. #5819 [stephen_purcell@yahoo.com]