class ActiveRecord::Associations::Preloader::ThroughAssociation

def through_preloaders

Experimental RBS support (using type sampling data from the type_fusion project).

def through_preloaders: () -> untyped

This signature was generated using 3 samples from 1 application.

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