summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-17 02:04:38 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-17 02:04:38 +0000
commit02b4449414748ceb0198a581496d4ff7fed69386 (patch)
tree29d775dc0c50bf1ea8c4b37e8ae77700e0a283bb /config/routes.rb
parentd16369b67c9dd34b007fc58f2f83cb36e6479f37 (diff)
downloadredmine-02b4449414748ceb0198a581496d4ff7fed69386.tar.gz
redmine-02b4449414748ceb0198a581496d4ff7fed69386.zip
Enable frozen_string_literal for all files under config directory (#26561).
git-svn-id: http://svn.redmine.org/redmine/trunk@17982 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c3926de61..27cf36a4b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
# Redmine - project management software
# Copyright (C) 2006-2017 Jean-Philippe Lang