This commit is contained in:
Jorge Manrubia
2025-04-30 10:22:23 +02:00
parent 7d20e8e8cd
commit c349f52aec
-4
View File
@@ -21,10 +21,6 @@ module Card::Eventable
published?
end
def find_or_capture_event_summary
messages.last&.event_summary || capture(EventSummary.new).event_summary
end
def track_title_change
if title_before_last_save.present?
track_event "title_changed", particulars: { old_title: title_before_last_save, new_title: title }