Commit 9998b029 authored by Jan Provaznik's avatar Jan Provaznik

Fix issuable conflict

parent 4a198baa
......@@ -111,13 +111,10 @@ module Issuable
def allows_multiple_assignees?
false
end
<<<<<<< HEAD
=======
def has_multiple_assignees?
assignees.count > 1
end
>>>>>>> upstream/master
end
class_methods do
......
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