method
reflection_scope
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::Preloader::Association
reflection_scope()private
No documentation available.
# File activerecord/lib/active_record/associations/preloader/association.rb, line 115
def reflection_scope
@reflection_scope ||= reflection.scope ? reflection.scope_for(klass.unscoped) : klass.unscoped
end