Commit 5d6fa0d2 by Jon Yurek

Fixed a bug in #reprocess\!

parent d2ad7f06
...@@ -175,7 +175,10 @@ module Paperclip ...@@ -175,7 +175,10 @@ module Paperclip
old_original.close if old_original.respond_to?(:close) old_original.close if old_original.respond_to?(:close)
@errors.empty? clean = @errors.empty?
save_attached_files if clean
clean
else else
true true
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