method
reset_session
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Flash::RequestMethods
reset_session()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 76
def reset_session # :nodoc:
super
self.flash = nil
end