From 3a6872c49a6d332f68342742482d810322020be2 Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 26 Oct 2015 14:20:01 -0500 Subject: [ci skip] Add doc to preloaders_on --- activerecord/lib/active_record/associations/preloader.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/associations/preloader.rb b/activerecord/lib/active_record/associations/preloader.rb index 7ac99bc5c6..c5387eb996 100644 --- a/activerecord/lib/active_record/associations/preloader.rb +++ b/activerecord/lib/active_record/associations/preloader.rb @@ -106,6 +106,7 @@ module ActiveRecord private + # Loads all the given data into +records+ for the +association+. def preloaders_on(association, records, scope) case association when Hash -- cgit v1.2.3