summaryrefslogtreecommitdiff
path: root/config/routes/help.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/help.rb')
-rw-r--r--config/routes/help.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/help.rb b/config/routes/help.rb
index 446310ba314..2a0aba8b632 100644
--- a/config/routes/help.rb
+++ b/config/routes/help.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
get 'help' => 'help#index'
get 'help/shortcuts' => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'