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

Fix issuable conflict

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