Use %w[] instead of %w{}
As defined in our rubocop rules.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Admin::HiddenProposalsController < Admin::BaseController
|
||||
include FeatureFlags
|
||||
|
||||
has_filters %w{without_confirmed_hide all with_confirmed_hide}, only: :index
|
||||
has_filters %w[without_confirmed_hide all with_confirmed_hide], only: :index
|
||||
|
||||
feature_flag :proposals
|
||||
|
||||
|
||||
Reference in New Issue
Block a user