not until 4.0

This commit is contained in:
Greg Ose
2014-06-17 17:13:26 -05:00
committed by Charlie Somerville
parent 67b3fd5cb8
commit d106a28675

View File

@@ -1,5 +1,5 @@
module ActionDispatch
class Request < Rack::Request
class Request
# Access the contents of the flash. Use <tt>flash["notice"]</tt> to
# read a notice you put there or <tt>flash["notice"] = "hello"</tt>
# to put a new one.