Rails Paperclip gem to convert thumbnail’s transparent background to white instead of black

Paperclip::Attachment.default_options[:convert_options] = { :all => '-background white -alpha remove' }