Created
April 1, 2016 06:44
-
-
Save nicolaslazartekaqui/a68f6bd2fce01fe3a057806105ec9ad9 to your computer and use it in GitHub Desktop.
Update carrierwave image on s3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c = MODEL.find(ID); | |
c.image.recreate_versions! | |
c.save! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment