Commit 7dbdb4c5 by Barry Hess

Fix typo in convert_options documentation.

parent 7c598fbe
...@@ -115,7 +115,7 @@ module Paperclip ...@@ -115,7 +115,7 @@ module Paperclip
# of thumbnail being generated. You can also specify :all as a key, which will apply # of thumbnail being generated. You can also specify :all as a key, which will apply
# to all of the thumbnails being generated. If you specify options for the :original, # to all of the thumbnails being generated. If you specify options for the :original,
# it would be best if you did not specify destructive options, as the intent of keeping # it would be best if you did not specify destructive options, as the intent of keeping
# the original around is to regenerate all the thumbnails then requirements change. # the original around is to regenerate all the thumbnails when requirements change.
# has_attached_file :avatar, :styles => { :large => "300x300", :negative => "100x100" } # has_attached_file :avatar, :styles => { :large => "300x300", :negative => "100x100" }
# :convert_options => { # :convert_options => {
# :all => "-strip", # :all => "-strip",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment