Apply rubocop rules to freeze constants

Added by popular demand among our team members.
This commit is contained in:
Javi Martín
2019-10-26 01:25:58 +02:00
parent 1ba929b4dd
commit 8b5cca746c
22 changed files with 29 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ class SiteCustomization::Image < ApplicationRecord
"budget_execution_no_image" => [800, 600],
"map" => [420, 500],
"logo_email" => [400, 80]
}
}.freeze
has_attached_file :image