method
delete
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
delete(key)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 118
def delete(key)
@flashes.delete key
self
end