Apply PercentLiteralDelimiters rubocop rule
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Admin::OrganizationsController < Admin::BaseController
|
||||
has_filters %w{pending all verified rejected}, only: :index
|
||||
has_filters %w[pending all verified rejected], only: :index
|
||||
|
||||
load_and_authorize_resource except: :search
|
||||
|
||||
|
||||
Reference in New Issue
Block a user