I using the upload_column plugin.
In the model i insert this:
image_column :image,:versions => { :thumb =>
‘c30x30’,:medium=>‘c62x62’, :large => ‘600x600’ }
when i upload an image this genera 4 images:
3 images specified in :version
1 image original
I don’t want the original image.
Is possible set it??
Thanks