aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/README.md
diff options
context:
space:
mode:
authorDonnie Propst <donniepropst@gmail.com>2018-10-08 11:26:51 -0400
committerGeorge Claghorn <george.claghorn@gmail.com>2018-10-08 11:26:51 -0400
commitb4e827d80a65483c6884cc61dc43bdddc13ab926 (patch)
tree204825293a4016ca7199c7a1013269972092f36e /activestorage/README.md
parentb4578c8b7fafddfb86b6ebe64ae34e6281d4160d (diff)
downloadrails-b4e827d80a65483c6884cc61dc43bdddc13ab926.tar.gz
rails-b4e827d80a65483c6884cc61dc43bdddc13ab926.tar.bz2
rails-b4e827d80a65483c6884cc61dc43bdddc13ab926.zip
Point to requiring the ASt engine in the installation instructions [ci skip]
Diffstat (limited to 'activestorage/README.md')
-rw-r--r--activestorage/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index b677721d95..bd31f0ea58 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -16,6 +16,8 @@ A key difference to how Active Storage works compared to other attachment soluti
Run `rails active_storage:install` to copy over active_storage migrations.
+NOTE: If the task cannot be found, verify that `require "active_storage/engine"` is present in `config/application.rb`.
+
## Examples
One attachment: