Commit 4a5c5f1f by Tute Costa

Merge pull request #2181 from equivalent/patch-1

link in Readme to source code of Paperclip::Processor
parents f07663b1 4adb7004
...@@ -608,7 +608,8 @@ has_attached_file :scan, styles: { text: { quality: :better } }, ...@@ -608,7 +608,8 @@ has_attached_file :scan, styles: { text: { quality: :better } },
This would load the hypothetical class Paperclip::Ocr, which would have the This would load the hypothetical class Paperclip::Ocr, which would have the
hash "{ quality: :better }" passed to it along with the uploaded file. For hash "{ quality: :better }" passed to it along with the uploaded file. For
more information about defining processors, see Paperclip::Processor. more information about defining processors, see
[Paperclip::Processor](https://github.com/thoughtbot/paperclip/blob/master/lib/paperclip/processor.rb).
The default processor is Paperclip::Thumbnail. For backward compatibility The default processor is Paperclip::Thumbnail. For backward compatibility
reasons, you can pass a single geometry string or an array containing a reasons, you can pass a single geometry string or an array containing a
......
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