Method: ActionDispatch::Flash::RequestMethods#flash_hash

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

#flash_hashObject

:nodoc:



67
68
69
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 67

def flash_hash # :nodoc:
  get_header Flash::KEY
end