chore: Clean up assignment logic (#3763)

This commit is contained in:
Sojan Jose
2022-01-13 21:38:10 -08:00
committed by Sojan
parent 346d89ecc0
commit 1749b4eb61
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ module AssignmentHandler
included do
before_save :ensure_assignee_is_from_team
after_update :notify_assignment_change, :process_assignment_activities
after_commit :notify_assignment_change, :process_assignment_activities
end
private