Commit fba418dc authored by Toon Claes's avatar Toon Claes

Remove Issuable#has_multiple_assignees?

Simply because it's no longer used.
parent 65df166b
......@@ -109,10 +109,6 @@ module Issuable
def allows_multiple_assignees?
false
end
def has_multiple_assignees?
assignees.count > 1
end
end
module ClassMethods
......
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