Assignments should touch their bubbles

This commit is contained in:
Jose Farias
2024-10-23 17:29:49 -06:00
parent 567dec2197
commit 398baed6a6
+1 -1
View File
@@ -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"