Commit 905e8b6b authored by Rémy Coutable's avatar Rémy Coutable

Remove unused Issuable#is_assigned? method

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent f0d6d711
......@@ -171,10 +171,6 @@ module Issuable
today? && created_at == updated_at
end
def is_assigned?
!!assignee_id
end
def is_being_reassigned?
assignee_id_changed?
end
......
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