mirror of https://github.com/rails/rails
Merge pull request #50330 from skipkayhil/hm-doc-asi-start-request
Document :request in start_processing's payload [ci-skip]
This commit is contained in:
commit
486c50ab5e
|
@ -97,6 +97,7 @@ Within the Ruby on Rails framework, there are a number of hooks provided for com
|
|||
| ------------- | --------------------------------------------------------- |
|
||||
| `:controller` | The controller name |
|
||||
| `:action` | The action |
|
||||
| `:request` | The [`ActionDispatch::Request`][] object |
|
||||
| `:params` | Hash of request parameters without any filtered parameter |
|
||||
| `:headers` | Request headers |
|
||||
| `:format` | html/js/json/xml etc |
|
||||
|
|
Loading…
Reference in New Issue