From 3bf3286ba0bce5c582c759698cf7b68769bb6c35 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Sat, 5 Jan 2019 12:10:26 +0200 Subject: Add `action_text_content` hook to the guide [ci skip] See actiontext/lib/action_text/content.rb:132 --- guides/source/engines.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides') 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` | -- cgit v1.2.3