makes 'pending' filter the default in /moderation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Moderation::CommentsController < Moderation::BaseController
|
||||
has_filters %w{all pending_flag_review with_ignored_flag}, only: :index
|
||||
has_filters %w{pending_flag_review all with_ignored_flag}, only: :index
|
||||
|
||||
before_action :load_comments, only: :index
|
||||
|
||||
|
||||
Reference in New Issue
Block a user