From 1ce447e37f7a8b2c6bbd7e7bc8b9aff0b0b42501 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 17 Dec 2024 21:21:22 +0100 Subject: [PATCH] correct class name --- app/services/discourse_rewind/rewind/action/word_cloud.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/discourse_rewind/rewind/action/word_cloud.rb b/app/services/discourse_rewind/rewind/action/word_cloud.rb index 6959575..6a92b50 100644 --- a/app/services/discourse_rewind/rewind/action/word_cloud.rb +++ b/app/services/discourse_rewind/rewind/action/word_cloud.rb @@ -2,7 +2,7 @@ # User Word Cloud module DiscourseRewind - class Rewind::Action::WordCloud < Action::Base + class Rewind::Action::WordCloud < Rewind::Action::BaseReport def call words = DB.query(<<~SQL, user_id: user.id, date_start: date.first, date_end: date.last) WITH popular_words AS (