Class: RailsHealthChecker::HealthCheckerController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rails_health_checker/health_checker_controller.rb

Instance Method Summary collapse

Instance Method Details

#healthObject



4
5
6
# File 'app/controllers/rails_health_checker/health_checker_controller.rb', line 4

def health
  render text: 'OK'
end