method
replace
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
replace(h)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 205
def replace(h) #:nodoc:
@discard.clear
@flashes.replace h.stringify_keys
self
end