Class: RrxApi::HealthController
- Inherits:
-
Controller
- Object
- ActionController::API
- Controller
- RrxApi::HealthController
- Defined in:
- app/controllers/rrx_api/health_controller.rb
Overview
Replaces the default Rails health check controller
Instance Method Summary collapse
Methods inherited from Controller
Instance Method Details
#show ⇒ Object
8 9 10 11 |
# File 'app/controllers/rrx_api/health_controller.rb', line 8 def show check render_up end |