Class: RailsHealthChecks::LiveController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rails_health_checks/live_controller.rb

Instance Method Summary collapse

Methods included from Authentication

#authenticate!

Instance Method Details

#showObject



7
8
9
# File 'app/controllers/rails_health_checks/live_controller.rb', line 7

def show
  render plain: "OK", status: :ok
end