mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix Dispatch.new so passenger works
This commit is contained in:
parent
86d0590022
commit
c97c31b096
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module ActionController
|
|||
|
||||
def new
|
||||
# DEPRECATE Rails application fallback
|
||||
Rails.application
|
||||
Rails.application.new
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue