Method: NewRelicPing::HealthController#ping

Defined in:
app/controllers/new_relic_ping/health_controller.rb

#pingObject

Return an okay if the Application Server is alive



7
8
9
# File 'app/controllers/new_relic_ping/health_controller.rb', line 7

def ping
  send_response(:ok)
end