Commit f756dd1d by Jon Yurek

Fixing typo in whiny_thumbnails

parent 0059b8cf
...@@ -265,7 +265,7 @@ module Paperclip ...@@ -265,7 +265,7 @@ module Paperclip
dimensions, dimensions,
format, format,
extra_options_for(name), extra_options_for(name),
@whiny_thumnbails) @whiny_thumbnails)
rescue PaperclipError => e rescue PaperclipError => e
@errors << e.message if @whiny_thumbnails @errors << e.message if @whiny_thumbnails
end end
......
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