Libraries
»
actionpack
(3.1.9)
»
Index
»
ActionDispatch
»
Flash
»
FlashHash
»
#to_hash
Method: ActionDispatch::Flash::FlashHash#to_hash
Defined in:
lib/action_dispatch/middleware/flash.rb
#
to_hash
⇒
Object
124 125 126
# File 'lib/action_dispatch/middleware/flash.rb', line 124
def
to_hash
@flashes
.
dup
end