Class: Dsp::Api::V1::HealthcheckController
- Inherits:
-
BaseController
- Object
- BaseController
- Dsp::Api::V1::HealthcheckController
- Defined in:
- app/controllers/dsp/api/v1/healthcheck_controller.rb
Instance Attribute Summary
Attributes inherited from BaseController
#env, #method, #path, #request
Instance Method Summary collapse
Methods inherited from BaseController
Constructor Details
This class inherits a constructor from Dsp::Api::V1::BaseController
Instance Method Details
#index ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/dsp/api/v1/healthcheck_controller.rb', line 7 def index render_up rescue StandardError render_down end |