instance method
cookies
Ruby on Rails 3.1.12
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 155
def cookies
_mock_session.cookie_jar
end
Defined in actionpack/lib/action_dispatch/testing/integration.rb line 155
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Integration::Session