Apply PercentLiteralDelimiters rubocop rule
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class Moderation::CommentsController < Moderation::BaseController
|
||||
include ModerateActions
|
||||
|
||||
has_filters %w{pending_flag_review all with_ignored_flag}, only: :index
|
||||
has_orders %w{flags newest}, only: :index
|
||||
has_filters %w[pending_flag_review all with_ignored_flag], only: :index
|
||||
has_orders %w[flags newest], only: :index
|
||||
|
||||
before_action :load_resources, only: [:index, :moderate]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user