instance method
clear
Ruby on Rails 6.0.6
Since v3.1.12Signature
clear()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 194
def clear
@discard.clear
@flashes.clear
end
Defined in actionpack/lib/action_dispatch/middleware/flash.rb line 194
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Flash::FlashHash