module ActiveRecord::Scoping::ClassMethods
def global_current_scope=(scope)
def global_current_scope=(scope) ScopeRegistry.set_global_current_scope(self, scope) end
def global_current_scope=(scope) ScopeRegistry.set_global_current_scope(self, scope) end