diff options
author | Donnie Propst <donniepropst@gmail.com> | 2018-10-08 11:26:51 -0400 |
---|---|---|
committer | George Claghorn <george.claghorn@gmail.com> | 2018-10-08 11:26:51 -0400 |
commit | b4e827d80a65483c6884cc61dc43bdddc13ab926 (patch) | |
tree | 204825293a4016ca7199c7a1013269972092f36e /activestorage | |
parent | b4578c8b7fafddfb86b6ebe64ae34e6281d4160d (diff) | |
download | rails-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')
-rw-r--r-- | activestorage/README.md | 2 |
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: |