Ricardonacif / active_admin_jcrop

DEPRECATED - Jcrop plugin for ActiveAdmin, enables cropping on image fields when editing
MIT License
55 stars 35 forks source link

Add active_admin_jcropper processor only once per attached file #4

Closed emilmelnikov closed 10 years ago

emilmelnikov commented 10 years ago

When the model has multiple paperclip attributes, some loop in "has_attached_file" method runs more than once for every attached file. Multiple processors on one attached file causes paperclip to process (and, therefore, crop) them more than once.

Ricardonacif commented 10 years ago

Thanks :+1: