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