1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

opps, inner_app is in the wrong conditional

This commit is contained in:
Joshua Peek 2008-12-01 12:24:02 -06:00
parent 61958032d3
commit 25f6524b89

View file

@ -80,9 +80,9 @@ if File.exist?(options[:config])
end
else
require RAILS_ROOT + "/config/environment"
inner_app = ActionController::Dispatcher.new
end
inner_app = ActionController::Dispatcher.new
app = Rack::Builder.new {
use Rails::Rack::Logger
use Rails::Rack::Static