We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdea0e commit 31c0dbfCopy full SHA for 31c0dbf
guides/source/engines.md
@@ -1523,6 +1523,7 @@ To hook into the initialization process of one of the following classes use the
1523
| `ActionController::Base` | `action_controller` |
1524
| `ActionController::TestCase` | `action_controller_test_case` |
1525
| `ActionDispatch::IntegrationTest` | `action_dispatch_integration_test` |
1526
+| `ActionDispatch::Response` | `action_dispatch_response` |
1527
| `ActionDispatch::Request` | `action_dispatch_request` |
1528
| `ActionDispatch::SystemTestCase` | `action_dispatch_system_test_case` |
1529
| `ActionMailbox::Base` | `action_mailbox` |
0 commit comments