Method: ActionDispatch::Flash::FlashHash#to_hash

Defined in:
lib/action_dispatch/middleware/flash.rb

#to_hashObject



124
125
126
# File 'lib/action_dispatch/middleware/flash.rb', line 124

def to_hash
  @flashes.dup
end