mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
Remove unused Issuable#is_assigned? method
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user