method
clear
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
clear()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 194
def clear
@discard.clear
@flashes.clear
end