Method: Marty::ApplicationController#handle_unverified_request
- Defined in:
- app/controllers/marty/application_controller.rb
#handle_unverified_request ⇒ Object
Marty’s ApplicationController is based on Redmine’s implementation.
9 10 11 12 |
# File 'app/controllers/marty/application_controller.rb', line 9 def handle_unverified_request super .delete(:autologin) end |