class ActiveRecord::Associations::Preloader::Association

def reflection_scope

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

def reflection_scope: () -> untyped

This signature was generated using 1 sample from 1 application.

def reflection_scope
  @reflection_scope ||= reflection.join_scopes(klass.arel_table, klass.predicate_builder, klass).inject(klass.unscoped, &:merge!)
end