diff --git a/app/models/event.rb b/app/models/event.rb index f95dc0785..395f96971 100644 --- a/app/models/event.rb +++ b/app/models/event.rb @@ -13,7 +13,7 @@ class Event < ApplicationRecord after_create -> { card.touch(:last_active_at) } def action - super&.inquiry + super.inquiry end def initial_assignment?