Class: Api::V1::HealthCheckController

Inherits:
BaseController show all
Defined in:
app/controllers/api/v1/health_check_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#render_authenticate_error

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

#get_search_params

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/api/v1/health_check_controller.rb', line 7

def index
  render_success
end