From 75ef18c67c29b1b51314b6c8a963cee53394080b Mon Sep 17 00:00:00 2001 From: Dana Sherson Date: Fri, 20 Apr 2018 10:56:49 +1000 Subject: Can preload associations through polymorphic associations --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') 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: -- cgit v1.2.3