method

session

rails latest stable - Class: ActionDispatch::TestResponse::DeprecatedHelpers

Method deprecated or moved

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

session()
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/test_response.rb, line 24
      def session
        ActiveSupport::Deprecation.warn("response.session has been deprecated. Use request.session instead", caller)
        @request.session
      end