diff options
author | Matthew Draper <matthew@trebex.net> | 2017-08-14 01:06:26 +0930 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 01:06:26 +0930 |
commit | dbe1647b84716f6b4ce7e099fb310a55d6c55905 (patch) | |
tree | 45c79c831e87863e8733c93d7e0473fee6fcfff7 /guides/bug_report_templates/action_controller_master.rb | |
parent | 788f46d4863a0f38ecec042864da291f2342ec74 (diff) | |
parent | d17264d93f4278319e60ee20c4e29dc54be343e4 (diff) | |
download | rails-dbe1647b84716f6b4ce7e099fb310a55d6c55905.tar.gz rails-dbe1647b84716f6b4ce7e099fb310a55d6c55905.tar.bz2 rails-dbe1647b84716f6b4ce7e099fb310a55d6c55905.zip |
Merge pull request #30230 from koic/use_frozen_string_literal
Use frozen string literal
Diffstat (limited to 'guides/bug_report_templates/action_controller_master.rb')
-rw-r--r-- | guides/bug_report_templates/action_controller_master.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb index 3dd66c95ec..1f862e07da 100644 --- a/guides/bug_report_templates/action_controller_master.rb +++ b/guides/bug_report_templates/action_controller_master.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + begin require "bundler/inline" rescue LoadError => e |