Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
cea5af140726
Commit
8c2868e8
authored
Mar 03, 2016
by
Yorick Peterse
Committed by
Robert Speicher
Mar 11, 2016
Browse files
Added ProjectSearchResults#project_ids_relation
This ensures some other methods such as the "issues" method still work.
parent
ba64a56f22b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/gitlab/project_search_results.rb
View file @
cea5af14
...
...
@@ -83,5 +83,9 @@ def commits
project
.
repository
.
find_commits_by_message
(
query
).
compact
end
end
def
project_ids_relation
project
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment