Method: ActionDispatch::Flash::RequestMethods#reset_session

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

#reset_sessionObject

:nodoc:



84
85
86
87
# File 'actionpack/lib/action_dispatch/middleware/flash.rb', line 84

def reset_session # :nodoc:
  super
  self.flash = nil
end