mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user