Class: Fettle::HealthController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Fettle::HealthController
- Defined in:
- app/controllers/fettle/health_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/fettle/health_controller.rb', line 5 def show render json: { healthy: true } end |