Flowdock
method

set

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Options
set(req, options) public

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/request/session.rb, line 35
        def self.set(req, options)
          req.set_header ENV_SESSION_OPTIONS_KEY, options
        end
Register or log in to add new notes.