mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
nothing is passed to rack_app
anymore, so rm the params
This commit is contained in:
parent
c1bc70e229
commit
cff0d15e4b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module ActionDispatch
|
|||
requirements.except(:controller, :action)
|
||||
end
|
||||
|
||||
def rack_app(app = self.app)
|
||||
def rack_app
|
||||
@rack_app ||= begin
|
||||
endpoint = app.app
|
||||
|
||||
|
|
Loading…
Reference in a new issue