ad77ab0376
and drop exception handling around HealthCheck::Utils.process_checks, it wasn't needed
5 lines
147 B
Ruby
5 lines
147 B
Ruby
class Admin::HealthCheckController < Admin::ApplicationController
|
|
def show
|
|
@errors = HealthCheck::Utils.process_checks('standard')
|
|
end
|
|
end
|