Skip to content

Instantly share code, notes, and snippets.

@phocke
Created January 31, 2013 07:34
Show Gist options
  • Save phocke/4681049 to your computer and use it in GitHub Desktop.
Save phocke/4681049 to your computer and use it in GitHub Desktop.
remove image carrierwave
user = User.find_by_email "phocke@gmail.com"
user.remove_image = true
user.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment