mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 22:32:11 +00:00
correct class name
This commit is contained in:
parent
bf0f068938
commit
1ce447e37f
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user