Skip to content

Instantly share code, notes, and snippets.

@quellhorst
Created March 31, 2013 22:02
Show Gist options
  • Save quellhorst/5282169 to your computer and use it in GitHub Desktop.
Save quellhorst/5282169 to your computer and use it in GitHub Desktop.
Reprocess images carrierwave
Post.all.each do |post|
post.image.recreate_versions!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment