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 (