method
commit
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::Cookies::PermanentCookieJar
commit(name, options)private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 528
def commit(name, options)
options[:expires] = 20.years.from_now
end