class MicMonitorGem::PingController < ActionController::Base def index render json: {status: 200} end end