1
0
Fork 0
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:
Aaron Patterson 2014-05-25 14:06:20 -07:00
parent c1bc70e229
commit cff0d15e4b

View file

@ -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