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