method
update
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
update(h)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 104
def update(h) #:nodoc:
h.keys.each { |k| keep(k) }
@flashes.update h
self
end