method

evaluate_default_scope

rails latest stable - Class: ActiveRecord::Scoping::Default::ClassMethods
evaluate_default_scope()
private

The ignore_default_scope flag is used to prevent an infinite recursion situation where a default scope references a scope which has a default scope which references a scope…