Apply PercentLiteralDelimiters rubocop rule
This commit is contained in:
@@ -13,8 +13,8 @@ class Legislation::ProposalsController < Legislation::BaseController
|
||||
|
||||
invisible_captcha only: [:create, :update], honeypot: :subtitle
|
||||
|
||||
has_orders %w{confidence_score created_at}, only: :index
|
||||
has_orders %w{most_voted newest oldest}, only: :show
|
||||
has_orders %w[confidence_score created_at], only: :index
|
||||
has_orders %w[most_voted newest oldest], only: :show
|
||||
|
||||
helper_method :resource_model, :resource_name
|
||||
respond_to :html, :js
|
||||
|
||||
Reference in New Issue
Block a user