Apply PercentLiteralDelimiters rubocop rule
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class RelatedContent < ApplicationRecord
|
||||
RELATED_CONTENT_SCORE_THRESHOLD = Setting["related_content_score_threshold"].to_f
|
||||
RELATIONABLE_MODELS = %w{proposals debates budgets investments}.freeze
|
||||
RELATIONABLE_MODELS = %w[proposals debates budgets investments].freeze
|
||||
|
||||
acts_as_paranoid column: :hidden_at
|
||||
include ActsAsParanoidAliases
|
||||
|
||||
Reference in New Issue
Block a user