Method: ActionDispatch::Integration::Session#cookies
- Defined in:
- actionpack/lib/action_dispatch/testing/integration.rb
#cookies ⇒ Object
A map of the cookies returned by the last response, and which will be sent with the next request.
114 115 116 |
# File 'actionpack/lib/action_dispatch/testing/integration.rb', line 114 def _mock_session. end |