aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_master.rb
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-08-13 22:02:48 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-08-13 22:04:09 +0900
commit1f37d846a91e4048367f6185371ec0abb523712c (patch)
tree77aef1d6f2f6ef187c0ba1c53b49f81b161f073a /guides/bug_report_templates/active_record_migrations_master.rb
parent788f46d4863a0f38ecec042864da291f2342ec74 (diff)
downloadrails-1f37d846a91e4048367f6185371ec0abb523712c.tar.gz
rails-1f37d846a91e4048367f6185371ec0abb523712c.tar.bz2
rails-1f37d846a91e4048367f6185371ec0abb523712c.zip
Use frozen string literal in guides/
Diffstat (limited to 'guides/bug_report_templates/active_record_migrations_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_migrations_master.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/bug_report_templates/active_record_migrations_master.rb b/guides/bug_report_templates/active_record_migrations_master.rb
index 52c9028b0f..2c009c0563 100644
--- a/guides/bug_report_templates/active_record_migrations_master.rb
+++ b/guides/bug_report_templates/active_record_migrations_master.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
begin
require "bundler/inline"
rescue LoadError => e