method

cookies

rails latest stable - Class: ActionDispatch::TestRequest

Method deprecated or moved

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

cookies()
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/test_request.rb, line 68
    def cookies
      @cookies ||= {}.with_indifferent_access
    end