class ActionDispatch::Cookies::PermanentCookieJar

:nodoc:

def commit(name, options)

def commit(name, options)
  options[:expires] = 20.years.from_now
end