Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Fixing typo in whiny_thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Nov 7, 2008
1 parent 081b888 commit 0059b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paperclip/attachment.rb
Expand Up @@ -265,7 +265,7 @@ def post_process #:nodoc:
dimensions, dimensions,
format, format,
extra_options_for(name), extra_options_for(name),
@whiny_thumnails) @whiny_thumnbails)
rescue PaperclipError => e rescue PaperclipError => e
@errors << e.message if @whiny_thumbnails @errors << e.message if @whiny_thumbnails
end end
Expand Down

0 comments on commit 0059b8c

Please sign in to comment.