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-11 15:25:23 -05:00
committed by Robert Speicher
parent 300332bbf6
commit 8c2868e8ea
+4
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