From b4e827d80a65483c6884cc61dc43bdddc13ab926 Mon Sep 17 00:00:00 2001 From: Donnie Propst Date: Mon, 8 Oct 2018 11:26:51 -0400 Subject: [PATCH] Point to requiring the ASt engine in the installation instructions [ci skip] --- activestorage/README.md | 2 ++ 1 file changed, 2 insertions(+) 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: