Class: GithubOverlays::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/github_overlays/application_controller.rb

Direct Known Subclasses

WebhooksController

Instance Method Summary collapse

Instance Method Details

#pingObject



3
4
5
# File 'app/controllers/github_overlays/application_controller.rb', line 3

def ping
  render inline: "OK"
end