Class: OkHealthCheck::HealthcheckController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- OkHealthCheck::HealthcheckController
- Defined in:
- lib/ok_health_check.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'lib/ok_health_check.rb', line 5 def show render plain: "OK" end |