module ActiveRecord::Scoping::ClassMethods

def current_scope=(scope)

def current_scope=(scope)
  ScopeRegistry.set_current_scope(self, scope)
end