From 6ac4fec964e67cf3d7dfbf7726bff9b05aca522c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Jul 2017 16:50:23 -0500 Subject: Mention need for mini_magick with variants --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69166664f6..b56999cae7 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Variation of image attachment: 3. Run `rails activestorage:install` to create needed directories, migrations, and configuration. 4. Configure the storage service in `config/environments/*` with `config.active_storage.service = :local` that references the services configured in `config/storage_services.yml`. +5. Optional: Add `gem "mini_magick"` to your Gemfile if you want to use variants. ## Todos -- cgit v1.2.3