Skip to content

Instantly share code, notes, and snippets.

@pzaich
Created December 3, 2012 12:27
Show Gist options
  • Select an option

  • Save pzaich/4194705 to your computer and use it in GitHub Desktop.

Select an option

Save pzaich/4194705 to your computer and use it in GitHub Desktop.
reset images on paperclip gem
ProductType.all.each {|p| p.upload.asset.reprocess! }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment