method

disabled

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Session
disabled(req) 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 27
      def self.disabled(req)
        new(nil, req, enabled: false).tap do
          Session::Options.set(req, Session::Options.new(nil, { id: nil }))
        end
      end
Register or log in to add new notes.