From d106a28675fa46409000a557ca0da6b5a107f634 Mon Sep 17 00:00:00 2001 From: Greg Ose Date: Tue, 17 Jun 2014 17:13:26 -0500 Subject: [PATCH] not until 4.0 --- actionpack/lib/action_dispatch/middleware/flash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/middleware/flash.rb b/actionpack/lib/action_dispatch/middleware/flash.rb index 8dc7a82e9f..153b26af60 100644 --- a/actionpack/lib/action_dispatch/middleware/flash.rb +++ b/actionpack/lib/action_dispatch/middleware/flash.rb @@ -1,5 +1,5 @@ module ActionDispatch - class Request < Rack::Request + class Request # Access the contents of the flash. Use flash["notice"] to # read a notice you put there or flash["notice"] = "hello" # to put a new one.