sanger/limber

View on GitHub
app/controllers/health_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# Controller to display a page stating that Limber is up, as a health check endpoint
class HealthController < ApplicationController
  def show; end
end