Skip to content

Instantly share code, notes, and snippets.

@geirarne
Created October 8, 2012 13:52
Show Gist options
  • Save geirarne/3852645 to your computer and use it in GitHub Desktop.
Save geirarne/3852645 to your computer and use it in GitHub Desktop.
recreate images on krohnark.no
Subarticle.all.each do |article|
article.images.each do |image|
image.image.recreate_versions!
end
end
Article.all.each do |article|
article.images.each do |image|
image.image.recreate_versions!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment