aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/action_text/content_helper.rb2
-rw-r--r--app/helpers/action_text/tag_helper.rb2
2 files changed, 4 insertions, 0 deletions
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
diff --git a/app/helpers/action_text/tag_helper.rb b/app/helpers/action_text/tag_helper.rb
index 8d1ff0aaad..103b65eb97 100644
--- a/app/helpers/action_text/tag_helper.rb
+++ b/app/helpers/action_text/tag_helper.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ActionText
module TagHelper
cattr_accessor(:id, instance_accessor: false) { 0 }