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 --- lib/action_text/attachment.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/action_text/attachment.rb') diff --git a/lib/action_text/attachment.rb b/lib/action_text/attachment.rb index cba421c143..e90a3e7d48 100644 --- a/lib/action_text/attachment.rb +++ b/lib/action_text/attachment.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module ActionText class Attachment include Attachments::TrixConversion, Attachments::Minification, Attachments::Caching -- cgit v1.2.3