froze template string literals

pull/105/head
Alex Turchyn 2 years ago
parent 897f4a2291
commit 85574d6605

@ -19,5 +19,7 @@ module Docuseal
config.eager_load_paths << Rails.root.join('lib')
config.active_storage.routes_prefix = ''
config.action_view.frozen_string_literal = true
end
end

Loading…
Cancel
Save