diff --git a/railties/bin/server b/railties/bin/server index e672a4763778431b4f80d308be82c1400acd7079..ba28ecf4b00c7027ebaf842e94d7f16868dda91c 100644 --- a/railties/bin/server +++ b/railties/bin/server @@ -23,9 +23,6 @@ ARGV.options do |opts| opts.on("-b", "--binding=ip", String, "Binds Rails to the specified ip.", "Default: 0.0.0.0") { |OPTIONS[:ip]| } - opts.on("-i", "--index=controller", String, - "Specifies an index controller that requests for root will go to (instead of congratulations screen)." - ) { |OPTIONS[:index_controller]| } opts.on("-e", "--environment=name", String, "Specifies the environment to run this server under (test/development/production).", "Default: development") { |OPTIONS[:environment]| }