Class: HealthcheckController

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

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
# File 'lib/ok_health_check/healthcheck_controller.rb', line 2

def show
  render plain: "OK"
end