method

cached_session_options

rails latest stable - Class: ActionController::SessionManagement::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

cached_session_options(#:nodoc:)
public

No documentation available.

# File actionpack/lib/action_controller/session_management.rb, line 99
      def cached_session_options #:nodoc:
        @session_options ||= read_inheritable_attribute(:session_options) || []
      end