method
update
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Cookies::CookieJar
update(other_hash)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 328
def update(other_hash)
@cookies.update other_hash.stringify_keys
self
end