method

through_preloaders

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