method
update
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
update(h)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 127
def update(h) #:nodoc:
@discard.subtract stringify_array(h.keys)
@flashes.update h.stringify_keys
self
end