There is always an action

This commit is contained in:
Jorge Manrubia
2025-04-23 15:27:58 +02:00
parent e8e95bd511
commit ea66845e71
+1 -1
View File
@@ -13,7 +13,7 @@ class Event < ApplicationRecord
after_create -> { card.touch(:last_active_at) }
def action
super&.inquiry
super.inquiry
end
def initial_assignment?