Class: Api::V1::HealthCheckController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- ApplicationController
- BaseController
- Api::V1::HealthCheckController
- Defined in:
- app/controllers/api/v1/health_check_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
Methods included from RequestHeaderHandler
#cloudfront_headers, #device_headers
Methods included from ResponseHandler
#config_default_response_settings, #render_error, #render_no_content, #render_success, #set_response_format
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/api/v1/health_check_controller.rb', line 7 def index render_success end |