Merge pull request #32916 from lucfranken/patch-1

Active storage: Image variant options not correct in docs

[ci skip]
This commit is contained in:
Ryuta Kamizono 2018-05-17 20:34:06 +09:00 committed by GitHub
commit e77c516a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@
# You can combine any number of ImageMagick/libvips operations into a variant, as well as any macros provided by the
# ImageProcessing gem (such as +resize_to_fit+):
#
# avatar.variant(resize_to_fit: [800, 800], monochrome: true, flip: "-90")
# avatar.variant(resize_to_fit: [800, 800], monochrome: true, rotate: "-90")
#
# Visit the following links for a list of available ImageProcessing commands and ImageMagick/libvips operations:
#