Commit da54f81b authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch...

Merge branch 'ce-6635-extract-ee-specific-files-lines-for-app-controllers-admin-health_check_controller-rb' into 'master'

Make Admin::HealthCheckController EE-compatible

See merge request gitlab-org/gitlab-ce!23879
parents aa2c729e 8d3dc324
......@@ -2,6 +2,12 @@
class Admin::HealthCheckController < Admin::ApplicationController
def show
@errors = HealthCheck::Utils.process_checks(['standard'])
@errors = HealthCheck::Utils.process_checks(checks)
end
private
def checks
['standard']
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