module ActionDispatch::Flash::RequestMethods

def reset_session # :nodoc:

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