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

Add some implementation docs. closes #3298. closes #2509.

This commit is contained in:
José Valim 2011-10-12 09:24:13 +02:00
parent e5d0bb22ef
commit 2cb2ca68b1

View file

@ -70,6 +70,10 @@ module ActionDispatch
end
end
# Implementation detail: please do not change the signature of the
# FlashHash class. Doing that will likely affect all Rails apps in
# production as the FlashHash currently stored in their sessions will
# become invalid.
class FlashHash
include Enumerable