Class: SolidQueueGuard::HealthController

Inherits:
ApplicationController show all
Defined in:
app/controllers/solid_queue_guard/health_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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