Class: Api::V1::HealthCheckController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Api::V1::HealthCheckController
- Defined in:
- app/controllers/api/v1/health_check_controller.rb
Instance Method Summary collapse
Instance Method Details
#ping ⇒ Object
4 5 6 |
# File 'app/controllers/api/v1/health_check_controller.rb', line 4 def ping head :ok end |