BigW Consortium Gitlab

health_check_controller.rb 147 Bytes
Newer Older
1 2
class Admin::HealthCheckController < Admin::ApplicationController
  def show
DJ Mountney committed
3
    @errors = HealthCheck::Utils.process_checks('standard')
4 5
  end
end