From 6aca86c87a78b5bb029e22f0dbdd62abdab42e90 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 22 Jul 2025 18:31:52 +0200 Subject: [PATCH] Forgot to rename this --- app/models/event/activity_summary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/event/activity_summary.rb b/app/models/event/activity_summary.rb index 591a22b4a..afb3a531c 100644 --- a/app/models/event/activity_summary.rb +++ b/app/models/event/activity_summary.rb @@ -1,5 +1,5 @@ class Event::ActivitySummary < ApplicationRecord - validates :key, :contents, presence: true + validates :key, :content, presence: true after_create_commit :broadcast_activity_summarized