mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
e5d0bb22ef
commit
2cb2ca68b1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue