I have an Image model with the following two styles:
:original => ['500x400!'],
:thumb => ['75x54!',:jpg]
The last style, :thumb, I have just modified the dimensions of to make thubnails larger.
This works great for new images uploaded by users but I'm not sure how to have paperclip loop through all my existing thumbnail images and resize them.
Hoping someone can give some advice about how this to this.
Thanks!