We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5707e2e commit f5a5ee1Copy full SHA for f5a5ee1
config.ru
@@ -2,7 +2,7 @@
2
3
require_relative "config/environment"
4
5
-map ActionController::Base.config.relative_url_root || “/” do
6
- run Rails.application
7
- Rails.application.load_server
8
-end
+map ActionController::Base.config.relative_url_root || "/" do
+ run Rails.application
+ Rails.application.load_server
+end
0 commit comments