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

AD::TestProcess relies on request.flash, so let's load it.

This commit is contained in:
José Valim 2010-02-16 22:54:56 +01:00
parent 19787e6259
commit 47a236e291

View file

@ -1,3 +1,5 @@
require 'action_dispatch/middleware/flash'
module ActionDispatch
module TestProcess
def assigns(key = nil)