debian-mirror-gitlab/app/helpers/performance_bar_helper.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
148 B
Ruby
Raw Normal View History

2018-12-05 23:21:45 +05:30
# frozen_string_literal: true
2017-09-10 17:25:29 +05:30
module PerformanceBarHelper
def performance_bar_enabled?
2019-12-04 20:38:33 +05:30
Gitlab::PerformanceBar.enabled_for_request?
2017-09-10 17:25:29 +05:30
end
end