Class: OkHealthCheck::HealthcheckController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/ok_health_check.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'lib/ok_health_check.rb', line 5

def show
  render plain: "OK"
end