Commit 8d3dc324 authored by Rémy Coutable's avatar Rémy Coutable

Make Admin::HealthCheckController EE-compatible

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d82b6d12
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
class Admin::HealthCheckController < Admin::ApplicationController class Admin::HealthCheckController < Admin::ApplicationController
def show def show
@errors = HealthCheck::Utils.process_checks(['standard']) @errors = HealthCheck::Utils.process_checks(checks)
end
private
def checks
['standard']
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment