From 8328effacf5b5760828afd0de1cf9e8cb20aaf00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 7 Oct 2020 01:03:51 +0000 Subject: [PATCH] Document new Record Active Support hooks --- guides/source/engines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guides/source/engines.md b/guides/source/engines.md index bd1fc3b4a6..d13b247361 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -1512,10 +1512,12 @@ These are the load hooks you can use in your own code. To hook into the initiali | `ActionDispatch::SystemTestCase` | `action_dispatch_system_test_case` | | `ActionMailbox::Base` | `action_mailbox` | | `ActionMailbox::InboundEmail` | `action_mailbox_inbound_email` | +| `ActionMailbox::Record` | `action_mailbox_record` | | `ActionMailbox::TestCase` | `action_mailbox_test_case` | | `ActionMailer::Base` | `action_mailer` | | `ActionMailer::TestCase` | `action_mailer_test_case` | | `ActionText::Content` | `action_text_content` | +| `ActionText::Record` | `action_text_record` | | `ActionText::RichText` | `action_text_rich_text` | | `ActionView::Base` | `action_view` | | `ActionView::TestCase` | `action_view_test_case` | @@ -1524,6 +1526,7 @@ These are the load hooks you can use in your own code. To hook into the initiali | `ActiveRecord::Base` | `active_record` | | `ActiveStorage::Attachment` | `active_storage_attachment` | | `ActiveStorage::Blob` | `active_storage_blob` | +| `ActiveStorage::Record` | `active_storage_record` | | `ActiveSupport::TestCase` | `active_support_test_case` | | `i18n` | `i18n` |