Flowdock
method

commit

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: SignedKeyRotatingCookieJar
commit(name, options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 624
        def commit(name, options)
          super
          options[:value] = @verifier.generate(options[:value], **cookie_metadata(name, options))
          check_for_overflow!(name, options)
        end
Register or log in to add new notes.