From 34f2e9492b37cb52ae5ffe69308deecdc4cb7709 Mon Sep 17 00:00:00 2001 From: Alberto Almagro Date: Mon, 8 Oct 2018 23:44:25 +0200 Subject: Add frozen_string_literal: true Adds frozen_string_literal: true comment on top of all currently existing files --- app/helpers/action_text/content_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/helpers/action_text/content_helper.rb') diff --git a/app/helpers/action_text/content_helper.rb b/app/helpers/action_text/content_helper.rb index 99255494b1..b3335601f9 100644 --- a/app/helpers/action_text/content_helper.rb +++ b/app/helpers/action_text/content_helper.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module ActionText module ContentHelper SANITIZER = Rails::Html::Sanitizer.white_list_sanitizer -- cgit v1.2.3