Class: RailsOpsDashboard::SessionsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- RailsOpsDashboard::SessionsController
- Defined in:
- app/controllers/rails_ops_dashboard/sessions_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
7 8 9 |
# File 'app/controllers/rails_ops_dashboard/sessions_controller.rb', line 7 def destroy head :unauthorized end |