Class: MicMonitorGem::PingController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controller/mic_monitor_gem/ping_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'app/controller/mic_monitor_gem/ping_controller.rb', line 2

def index
  render json: {status: 200}
end