Commit 098beb7d authored by Clement Ho's avatar Clement Ho

[skip ci] remove hard coded assignees

parent 8d8a4eb6
...@@ -114,10 +114,6 @@ module Issuable ...@@ -114,10 +114,6 @@ module Issuable
def locking_enabled? def locking_enabled?
title_changed? || description_changed? title_changed? || description_changed?
end end
def assignees
[User.first, User.last]
end
end end
module ClassMethods 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