Commit 4adb7004 by Tomas Valent

link to source code

for better visibility and better User experience of documentation
parent f07663b1
......@@ -608,7 +608,8 @@ has_attached_file :scan, styles: { text: { quality: :better } },
This would load the hypothetical class Paperclip::Ocr, which would have the
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
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