aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/controller_helper.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-24 15:54:08 -0400
committerGitHub <noreply@github.com>2017-07-24 15:54:08 -0400
commit9c35bf2a6a27431c6aa283db781c19f61c5155be (patch)
tree9fc9122c33cb1b58db900f3d278c4a162cd1e433 /actionview/lib/action_view/helpers/controller_helper.rb
parent998ec40f9e69616fbc813aab072711582b7c155c (diff)
parent424117281e72284539a10d26162b8ce9e95cf865 (diff)
downloadrails-9c35bf2a6a27431c6aa283db781c19f61c5155be.tar.gz
rails-9c35bf2a6a27431c6aa283db781c19f61c5155be.tar.bz2
rails-9c35bf2a6a27431c6aa283db781c19f61c5155be.zip
Merge pull request #29897 from kirs/frozen-actionview
Use frozen string literal in actionview/
Diffstat (limited to 'actionview/lib/action_view/helpers/controller_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/controller_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/lib/action_view/helpers/controller_helper.rb b/actionview/lib/action_view/helpers/controller_helper.rb
index 65854e317f..8e7d896347 100644
--- a/actionview/lib/action_view/helpers/controller_helper.rb
+++ b/actionview/lib/action_view/helpers/controller_helper.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "active_support/core_ext/module/attr_internal"
module ActionView