method
through_preloaders
v7.0.0 -
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 80
def through_preloaders
@through_preloaders ||= ActiveRecord::Associations::Preloader.new(records: owners, associations: through_reflection.name, scope: through_scope, associate_by_default: false).loaders
end