module ActiveRecord::Scoping::ClassMethods

def global_current_scope(skip_inherited_scope = false)

def global_current_scope(skip_inherited_scope = false)
  ScopeRegistry.global_current_scope(self, skip_inherited_scope)
end