This commit is contained in:
Dmitriy Zaporozhets 2012-12-22 11:59:05 +02:00
parent 8fe58ed541
commit a7b572d0ab
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ module Account
end
def cared_merge_requests
MergeRequest.where("author_id = :id or assignee_id = :id", id: self.id).opened
MergeRequest.where("author_id = :id or assignee_id = :id", id: self.id)
end
def project_ids