rsantamaria / papercrop

An easy extension for Paperclip to crop your image uploads using jCrop.
203 stars 83 forks source link

Can't mass-assign protected attributes #11

Closed rafrafgit closed 10 years ago

rafrafgit commented 10 years ago

Hi, I'm getting

Can't mass-assign protected attributes: photo_original_w, photo_original_h, photo_box_w, photo_crop_x, photo_crop_y, photo_crop_w, photo_crop_h, photo_aspect

when I try to save the user after cropping an avatar picture, what I am doing wrong?

rafrafgit commented 10 years ago

Solved it by adding attr_protected into my user model.

ezuhaib commented 10 years ago

I'm getting the same error.