54c04f53fd
Signed-off-by: Rémy Coutable <remy@rymai.me>
7 lines
127 B
Ruby
7 lines
127 B
Ruby
module Gitlab
|
|
module PerformanceBar
|
|
def self.enabled?
|
|
Feature.enabled?('gitlab_performance_bar')
|
|
end
|
|
end
|
|
end
|