instance method
cookies
Ruby on Rails 4.0.13
Since v3.0.20Signature
cookies()
A map of the cookies returned by the last response, and which will be sent with the next request.
Source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 165
def cookies
_mock_session.cookie_jar
end
Defined in actionpack/lib/action_dispatch/testing/integration.rb line 165
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Integration::Session