Skip to content

Instantly share code, notes, and snippets.

@detomastah
Created November 14, 2012 10:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save detomastah/4071304 to your computer and use it in GitHub Desktop.
Recreate versions
Image.all.each do |img|
begin
img.file.recreate_versions!
rescue
puts "Cannot recreate version for Image with ID: #{img.id}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment