aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorDana Sherson <robot@dana.sh>2018-04-20 10:56:49 +1000
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-04-20 17:28:25 -0400
commit75ef18c67c29b1b51314b6c8a963cee53394080b (patch)
treea4fb73cd8ebacae9fe1eeef4df70a3e1b265522b /activerecord/CHANGELOG.md
parent7bdfc63cc245c14110e4ae092198137f01454129 (diff)
downloadrails-75ef18c67c29b1b51314b6c8a963cee53394080b.tar.gz
rails-75ef18c67c29b1b51314b6c8a963cee53394080b.tar.bz2
rails-75ef18c67c29b1b51314b6c8a963cee53394080b.zip
Can preload associations through polymorphic 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: