Class: NewrelicPingRails::PingController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/newrelic_ping_rails/ping_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/newrelic_ping_rails/ping_controller.rb', line 4

def show
  render text: 'online', status: :ok
end