We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5af0d commit 7ba922bCopy full SHA for 7ba922b
activestorage/app/models/active_storage/variant.rb
@@ -4,7 +4,7 @@
4
# These variants are used to create thumbnails, fixed-size avatars, or any other derivative image from the
5
# original.
6
#
7
-# Variants rely on {MiniMagick}(https://github.com/minimagick/minimagick) for the actual transformations
+# Variants rely on {MiniMagick}[https://github.com/minimagick/minimagick] for the actual transformations
8
# of the file, so you must add <tt>gem "mini_magick"</tt> to your Gemfile if you wish to use variants.
9
10
# Note that to create a variant it's necessary to download the entire blob file from the service and load it
0 commit comments