Commit c27b088d authored by nmilojevic1's avatar nmilojevic1

Add comment in ObjectBuilder for mergerequest

parent a99cf0a5
......@@ -50,6 +50,7 @@ module Gitlab
end
# Returns Arel clause `"{table_name}"."project_id" = {project.id}` if project is present
# For example: merge_request has :target_project_id, and we are searching by :iid
# or, if group is present:
# `"{table_name}"."project_id" = {project.id} OR "{table_name}"."group_id" = {group.id}`
def where_clause_base
......
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