Created
January 31, 2013 07:34
-
-
Save phocke/4681049 to your computer and use it in GitHub Desktop.
remove image carrierwave
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
user = User.find_by_email "[email protected]" | |
user.remove_image = true | |
user.save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment