I am using carrierwave and mini magick. In the uploader i have
process resize_to_fit: [300,200]
Now, all the uploaded images were processed, but I now i need the original version. Is there a way to write a migration and restore the image version?