Method: Superstore::Scoping::ClassMethods#current_scope
- Defined in:
- lib/superstore/scoping.rb
#current_scope ⇒ Object
18 19 20 |
# File 'lib/superstore/scoping.rb', line 18 def current_scope Thread.current["#{self}_current_scope"] end |