aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Antropov <antropov.ivan@gmail.com>2014-05-25 21:08:11 +0700
committerIvan Antropov <antropov.ivan@gmail.com>2014-05-25 21:08:11 +0700
commit1e0130f7e0a27878dd78ed1335ae8e6fbc52397f (patch)
treec8c1a26814181cf6cfc1569c643b5567b0b6a5d2 /activerecord/CHANGELOG.md
parentf632f79b8dcd144408c66a544984b2ba9cf52f87 (diff)
downloadrails-1e0130f7e0a27878dd78ed1335ae8e6fbc52397f.tar.gz
rails-1e0130f7e0a27878dd78ed1335ae8e6fbc52397f.tar.bz2
rails-1e0130f7e0a27878dd78ed1335ae8e6fbc52397f.zip
Add setting of FK for throgh associations while building
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 041872034f..e83970761c 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fixed setting of foreign_key for through associations while building of new record.
+
+ Fixes #12698.
+
+ *Ivan Antropov*
+
* Fixed serialization for records with an attribute named `format`.
Fixes #15188.