aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Antropov <antropov.ivan@gmail.com>2013-11-10 12:28:54 +0700
committerIvan Antropov <antropov.ivan@gmail.com>2013-11-17 12:20:50 +0700
commitec0928076529e8f0b5a4ad58c95cfa1fe6ed5b60 (patch)
tree30ebc3fd0590552a2b175b83c5d99c6b0f347c39 /activerecord/CHANGELOG.md
parentfa13d8e6d926c601070104c7075be39618280272 (diff)
downloadrails-ec0928076529e8f0b5a4ad58c95cfa1fe6ed5b60.tar.gz
rails-ec0928076529e8f0b5a4ad58c95cfa1fe6ed5b60.tar.bz2
rails-ec0928076529e8f0b5a4ad58c95cfa1fe6ed5b60.zip
Fix insertion of records for hmt association with scope, fix #3548
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 0bef057836..89fcc129ca 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fix insertion of records via has_many_through association with scope
+
+ Fixes #3548
+
+ *Ivan Antropov*
+
* Checks to see if the record contains the foreign key to set the inverse automatically.
*Edo Balvers*