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