method

through_preloaders

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