From 0059b8cf4fbe461c01ddfcc98e530a00e9b7672f Mon Sep 17 00:00:00 2001 From: Jon Yurek Date: Fri, 7 Nov 2008 10:17:13 -0500 Subject: [PATCH] Fixing typo in whiny_thumbnails --- lib/paperclip/attachment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paperclip/attachment.rb b/lib/paperclip/attachment.rb index 973d914b6..f870ff5f2 100644 --- a/lib/paperclip/attachment.rb +++ b/lib/paperclip/attachment.rb @@ -265,7 +265,7 @@ def post_process #:nodoc: dimensions, format, extra_options_for(name), - @whiny_thumnails) + @whiny_thumnbails) rescue PaperclipError => e @errors << e.message if @whiny_thumbnails end