Method: ActionDispatch::Response#request
- Defined in:
- actionpack/lib/action_dispatch/http/response.rb
#request ⇒ Object
The request that the response is responding to.
67 68 69 |
# File 'actionpack/lib/action_dispatch/http/response.rb', line 67 def request @request end |