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

Fix an error on 1.8.7.

This commit is contained in:
José Valim 2010-09-29 11:28:38 +02:00
parent 392df0fc06
commit b1ae796284

View file

@ -171,7 +171,7 @@ module ActionDispatch
# Create and initialize a new Session instance.
def initialize(app)
super
super()
@app = app
# If the app is a Rails app, make url_helpers available on the session