mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix script/server's default mount path [#2731 state:resolved]
This commit is contained in:
@@ -17,7 +17,7 @@ options = {
|
||||
:config => RAILS_ROOT + "/config.ru",
|
||||
:detach => false,
|
||||
:debugger => false,
|
||||
:path => '/'
|
||||
:path => nil
|
||||
}
|
||||
|
||||
ARGV.clone.options do |opts|
|
||||
|
||||
Reference in New Issue
Block a user