From 4412ca6dac7dce284e2010678f7f2e276d60e4d1 Mon Sep 17 00:00:00 2001 From: Dino Maric Date: Fri, 14 Dec 2018 11:06:12 +0100 Subject: Add frozen_string_literal: true to match Rails codebase --- lib/templates/mailboxes/application_mailbox.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/templates') diff --git a/lib/templates/mailboxes/application_mailbox.rb b/lib/templates/mailboxes/application_mailbox.rb index 9386f9eb91..7a2ed6b2ac 100644 --- a/lib/templates/mailboxes/application_mailbox.rb +++ b/lib/templates/mailboxes/application_mailbox.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class ApplicationMailbox < ActionMailbox::Base # route /something/i => :somewhere end -- cgit v1.2.3