method

commit

rails latest stable - Class: ActionDispatch::Cookies::PermanentCookieJar
commit(name, options)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 543
        def commit(name, options)
          options[:expires] = 20.years.from_now
        end