aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2018-04-20 17:28:50 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-04-20 17:28:50 -0400
commitf6e3ca515df97088315eef8905bf2bf3ec8ebbcc (patch)
treea4fb73cd8ebacae9fe1eeef4df70a3e1b265522b /activerecord/CHANGELOG.md
parent7bdfc63cc245c14110e4ae092198137f01454129 (diff)
parent75ef18c67c29b1b51314b6c8a963cee53394080b (diff)
downloadrails-f6e3ca515df97088315eef8905bf2bf3ec8ebbcc.tar.gz
rails-f6e3ca515df97088315eef8905bf2bf3ec8ebbcc.tar.bz2
rails-f6e3ca515df97088315eef8905bf2bf3ec8ebbcc.zip
Merge pull request #32655 from robotdana/preload-through-polymorphic-associations
Preloading through polymorphic associations (still raises for typos on regular associations)
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c4a4e767cd..0d8fa48235 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add support to preload associations of polymorphic associations when not all the records have the requested associations.
+
+ *Dana Sherson*
+
* Add `touch_all` method to `ActiveRecord::Relation`.
Example: