module ActiveRecord::Scoping::ClassMethods
def current_scope(skip_inherited_scope = false)
def current_scope(skip_inherited_scope = false) ScopeRegistry.current_scope(self, skip_inherited_scope) end
def current_scope(skip_inherited_scope = false) ScopeRegistry.current_scope(self, skip_inherited_scope) end