Class: HealthcheckController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- HealthcheckController
- Defined in:
- lib/ok_health_check/controllers/healthcheck_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
2 3 4 |
# File 'lib/ok_health_check/controllers/healthcheck_controller.rb', line 2 def show render plain: "OK" end |