Class: RailsHealthChecks::LiveController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- RailsHealthChecks::LiveController
- Defined in:
- app/controllers/rails_health_checks/live_controller.rb
Instance Method Summary collapse
Methods included from Authentication
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/rails_health_checks/live_controller.rb', line 7 def show render plain: "OK", status: :ok end |