Module: Leases::Controller
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/leases/controller.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#current_leaser ⇒ Object
25 26 27 |
# File 'lib/leases/controller.rb', line 25 def current_leaser Thread.current[:leaser] end |