Forgot to rename this

This commit is contained in:
Jorge Manrubia
2025-07-22 18:31:52 +02:00
parent 13b20d43c8
commit 6aca86c87a
+1 -1
View File
@@ -1,5 +1,5 @@
class Event::ActivitySummary < ApplicationRecord
validates :key, :contents, presence: true
validates :key, :content, presence: true
after_create_commit :broadcast_activity_summarized