Assignments should touch their bubbles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Assignment < ApplicationRecord
|
||||
belongs_to :bubble
|
||||
belongs_to :bubble, touch: true
|
||||
|
||||
belongs_to :assignee, class_name: "User"
|
||||
belongs_to :assigner, class_name: "User"
|
||||
|
||||
Reference in New Issue
Block a user