Class: RailsOpsDashboard::SessionsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/rails_ops_dashboard/sessions_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



7
8
9
# File 'app/controllers/rails_ops_dashboard/sessions_controller.rb', line 7

def destroy
  head :unauthorized
end