Commit 1cc44d92 authored by Paul Slaughter's avatar Paul Slaughter

Add Feature.enabled? to sourcegraph.rb

parent ce7c0ced
......@@ -13,7 +13,8 @@ module Gitlab
end
def feature_enabled?(actor = nil)
feature.enabled?(actor)
# Some CI jobs grep for Feature.enabled? in our codebase, so it is important this reference stays around.
Feature.enabled?(:sourcegraph, actor)
end
private
......
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