Class: NeetoCommonsBackend::HealthCheckController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- NeetoCommonsBackend::HealthCheckController
- Defined in:
- app/controllers/neeto_commons_backend/health_check_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/neeto_commons_backend/health_check_controller.rb', line 5 def show head :ok end |