mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 14:22:12 +00:00
correct class name
This commit is contained in:
parent
bf0f068938
commit
1ce447e37f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# User Word Cloud
|
# User Word Cloud
|
||||||
module DiscourseRewind
|
module DiscourseRewind
|
||||||
class Rewind::Action::WordCloud < Action::Base
|
class Rewind::Action::WordCloud < Rewind::Action::BaseReport
|
||||||
def call
|
def call
|
||||||
words = DB.query(<<~SQL, user_id: user.id, date_start: date.first, date_end: date.last)
|
words = DB.query(<<~SQL, user_id: user.id, date_start: date.first, date_end: date.last)
|
||||||
WITH popular_words AS (
|
WITH popular_words AS (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user