class ActionDispatch::Cookies::PermanentCookieJar

:nodoc:

def commit(options)

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