aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template.rb
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-01 23:09:13 +0300
committerKir Shatrov <shatrov@me.com>2017-07-06 21:30:43 +0300
commitb3f3d49fd6b91c6573b3e10e3d00f65306638927 (patch)
treeb831a180c5fe686fc47d80f56e46f2e727fac1b5 /actionview/lib/action_view/template.rb
parent6f2b0eb44ab166f98f3bc4a3aa09d3b899e0fd62 (diff)
downloadrails-b3f3d49fd6b91c6573b3e10e3d00f65306638927.tar.gz
rails-b3f3d49fd6b91c6573b3e10e3d00f65306638927.tar.bz2
rails-b3f3d49fd6b91c6573b3e10e3d00f65306638927.zip
Prepare AP and AR to be frozen string friendly
Diffstat (limited to 'actionview/lib/action_view/template.rb')
-rw-r--r--actionview/lib/action_view/template.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/lib/action_view/template.rb b/actionview/lib/action_view/template.rb
index 3f2546664e..80b294dc3d 100644
--- a/actionview/lib/action_view/template.rb
+++ b/actionview/lib/action_view/template.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require "active_support/core_ext/object/try"
require "active_support/core_ext/kernel/singleton_class"
require "thread"