Commit 83fcdf59 authored by Nick Thomas's avatar Nick Thomas

Fix "Resolve search conflicts"

parent 378358ff
......@@ -35,10 +35,6 @@ module Search
true
end
def projects
@projects ||= ProjectsFinder.new(current_user: current_user).execute
end
def scope
@scope ||= begin
allowed_scopes = %w[issues merge_requests milestones]
......
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