Module: Upkeep::Runtime::WardenObserver
- Defined in:
- lib/upkeep/runtime.rb
Instance Method Summary collapse
Instance Method Details
#authenticate(*args, **options, &block) ⇒ Object
663 664 665 666 667 |
# File 'lib/upkeep/runtime.rb', line 663 def authenticate(*args, **, &block) value = super Runtime::Ambient.record_warden_user(warden_scope(args, ), value) value end |
#user(*args, **options, &block) ⇒ Object
657 658 659 660 661 |
# File 'lib/upkeep/runtime.rb', line 657 def user(*args, **, &block) value = super Runtime::Ambient.record_warden_user(warden_scope(args, ), value) value end |