method

reflection_scope

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