Method: Cell::Context::ClassMethods#around_use
- Defined in:
- lib/cell/context.rb
#around_use(*args, &block) ⇒ Object
18 19 20 |
# File 'lib/cell/context.rb', line 18 def around_use(*args, &block) set_callback(:use_tenant, :around, *args, &block) end |