From ea66845e71bdbc8a77b17af34c487edb25cd9328 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 23 Apr 2025 15:27:58 +0200 Subject: [PATCH] There is always an action --- app/models/event.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?