diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2019-01-05 12:10:26 +0200 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2019-01-05 12:17:26 +0200 |
commit | 3bf3286ba0bce5c582c759698cf7b68769bb6c35 (patch) | |
tree | 3721957eb63021165c205a6642af81b20b649961 /guides/source | |
parent | 86517942e469193e8624d5078d718785552c1270 (diff) | |
download | rails-3bf3286ba0bce5c582c759698cf7b68769bb6c35.tar.gz rails-3bf3286ba0bce5c582c759698cf7b68769bb6c35.tar.bz2 rails-3bf3286ba0bce5c582c759698cf7b68769bb6c35.zip |
Add `action_text_content` hook to the guide [ci skip]
See actiontext/lib/action_text/content.rb:132
Diffstat (limited to 'guides/source')
-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` | |