Method: ActionDispatch::Request#request_id=
- Defined in:
- lib/action_dispatch/http/request.rb
#request_id=(id) ⇒ Object
:nodoc:
340 341 342 |
# File 'lib/action_dispatch/http/request.rb', line 340 def request_id=(id) # :nodoc: set_header ACTION_DISPATCH_REQUEST_ID, id end |