diff --git a/.rubocop_rails.yml b/.rubocop_rails.yml index 56e7659b..069b7232 100644 --- a/.rubocop_rails.yml +++ b/.rubocop_rails.yml @@ -255,4 +255,4 @@ Rails/WhereNot: # new in 2.8 Enabled: true Rails/SkipsModelValidations: Enabled: true - AllowedMethods: %w[touch] + AllowedMethods: ["touch"]