class ActiveRecord::Scoping::ScopeRegistry

def initialize

def initialize
  @current_scope        = {}
  @ignore_default_scope = {}
  @global_current_scope = {}
end