class ActiveRecord::Associations::Preloader::ThroughAssociation

def through_preloaders

def through_preloaders
  @through_preloaders ||= ActiveRecord::Associations::Preloader.new(records: owners, associations: through_reflection.name, scope: through_scope, associate_by_default: false).loaders
end