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:
parent
61958032d3
commit
25f6524b89
1 changed files with 1 additions and 1 deletions
|
@ -80,9 +80,9 @@ if File.exist?(options[:config])
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
require RAILS_ROOT + "/config/environment"
|
require RAILS_ROOT + "/config/environment"
|
||||||
|
inner_app = ActionController::Dispatcher.new
|
||||||
end
|
end
|
||||||
|
|
||||||
inner_app = ActionController::Dispatcher.new
|
|
||||||
app = Rack::Builder.new {
|
app = Rack::Builder.new {
|
||||||
use Rails::Rack::Logger
|
use Rails::Rack::Logger
|
||||||
use Rails::Rack::Static
|
use Rails::Rack::Static
|
||||||
|
|
Loading…
Reference in a new issue