diff options
author | George Claghorn <george@basecamp.com> | 2019-03-28 18:52:02 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2019-03-28 18:52:02 -0400 |
commit | da2c92377c7f36469e56dc25a4ac0604157ac778 (patch) | |
tree | bcc2115d61432ac3c0c0bd28f68ae80862e81888 /guides/source | |
parent | 562f3a2d21de52872ccd9a2c8b734e30ec63430b (diff) | |
download | rails-da2c92377c7f36469e56dc25a4ac0604157ac778.tar.gz rails-da2c92377c7f36469e56dc25a4ac0604157ac778.tar.bz2 rails-da2c92377c7f36469e56dc25a4ac0604157ac778.zip |
Add load hook for ActiveStorage::Attachment
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 a00311bffb..0b17137270 100644 --- a/guides/source/engines.md +++ b/guides/source/engines.md @@ -1518,6 +1518,7 @@ To hook into the initialization process of one of the following classes use the | `ActiveJob::Base` | `active_job` | | `ActiveJob::TestCase` | `active_job_test_case` | | `ActiveRecord::Base` | `active_record` | +| `ActiveStorage::Attachment` | `active_storage_attachment` | | `ActiveStorage::Blob` | `active_storage_blob` | | `ActiveSupport::TestCase` | `active_support_test_case` | | `i18n` | `i18n` | |