module ActiveFedora::Scoping::ClassMethods

def current_scope #:nodoc:

:nodoc:
def current_scope #:nodoc:
  Thread.current["#{self}_current_scope"]
end

def current_scope=(scope) #:nodoc:

:nodoc:
def current_scope=(scope) #:nodoc:
  Thread.current["#{self}_current_scope"] = scope
end