Skip to content

Commit 31c0dbf

Browse files
Document the load hook for ActionDispatch::Response [ci skip]
1 parent cbdea0e commit 31c0dbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/engines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,7 @@ To hook into the initialization process of one of the following classes use the
15231523
| `ActionController::Base` | `action_controller` |
15241524
| `ActionController::TestCase` | `action_controller_test_case` |
15251525
| `ActionDispatch::IntegrationTest` | `action_dispatch_integration_test` |
1526+
| `ActionDispatch::Response` | `action_dispatch_response` |
15261527
| `ActionDispatch::Request` | `action_dispatch_request` |
15271528
| `ActionDispatch::SystemTestCase` | `action_dispatch_system_test_case` |
15281529
| `ActionMailbox::Base` | `action_mailbox` |

0 commit comments

Comments
 (0)