module ActiveRecord::Scoping::ClassMethods

def scope_registry

def scope_registry
  ScopeRegistry.instance
end