Added ProjectSearchResults#project_ids_relation

This ensures some other methods such as the "issues" method still work.
This commit is contained in:
Yorick Peterse 2016-03-03 15:10:14 +01:00 committed by Robert Speicher
parent 300332bbf6
commit 8c2868e8ea
1 changed files with 4 additions and 0 deletions

View File

@ -83,5 +83,9 @@ module Gitlab
project.repository.find_commits_by_message(query).compact
end
end
def project_ids_relation
project
end
end
end