Class: MicMonitorGem::PingController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- MicMonitorGem::PingController
- Defined in:
- app/controller/mic_monitor_gem/ping_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
2 3 4 |
# File 'app/controller/mic_monitor_gem/ping_controller.rb', line 2 def index render json: {status: 200} end |