diff --git a/app/models/upload.rb b/app/models/upload.rb index bda663f1925..995a185b299 100644 --- a/app/models/upload.rb +++ b/app/models/upload.rb @@ -34,7 +34,7 @@ class Upload < ActiveRecord::Base optimized_images << thumbnail self.width = width self.height = height - save! + save(validate: false) end end