Class: SolidQueueGuard::HealthController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidQueueGuard::HealthController
- Defined in:
- app/controllers/solid_queue_guard/health_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/solid_queue_guard/health_controller.rb', line 5 def show render json: { status: 'not_implemented', message: 'HTTP health checks ship in v0.2' }, status: :not_implemented end |