mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Mention need for mini_magick with variants
This commit is contained in:
parent
15cfac1769
commit
6ac4fec964
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue