method
through_preloaders
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Associations::Preloader::ThroughAssociation
through_preloaders()private
No documentation available.
# File activerecord/lib/active_record/associations/preloader/through_association.rb, line 54
def through_preloaders
@through_preloaders ||= PRELOADER.preload(owners, through_reflection.name, through_scope)
end