diff options
author | George Claghorn <george.claghorn@gmail.com> | 2019-01-05 10:42:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 10:42:01 -0500 |
commit | 90350002415c64ae78ab4b411499e9f75a993950 (patch) | |
tree | 46ecdbc27ab9cbca6a6215917a7c6b7b3e1d9a57 | |
parent | 7a88f649da0bd0b8c7534a90b4132cef8d9ec785 (diff) | |
parent | 3bf3286ba0bce5c582c759698cf7b68769bb6c35 (diff) | |
download | rails-90350002415c64ae78ab4b411499e9f75a993950.tar.gz rails-90350002415c64ae78ab4b411499e9f75a993950.tar.bz2 rails-90350002415c64ae78ab4b411499e9f75a993950.zip |
Merge pull request #34877 from bogdanvlviv/document-action_text_content-hook
Add `action_text_content` hook to the guide [ci skip]
-rw-r--r-- | guides/source/engines.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md index bd0542ffc1..9558225b47 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -1510,6 +1510,7 @@ To hook into the initialization process of one of the following classes use the | `ActionMailbox::TestCase` | `action_mailbox_test_case` | | `ActionMailer::Base` | `action_mailer` | | `ActionMailer::TestCase` | `action_mailer_test_case` | +| `ActionText::Content` | `action_text_content` | | `ActionView::Base` | `action_view` | | `ActionView::TestCase` | `action_view_test_case` | | `ActiveJob::Base` | `active_job` | |