More control
Closed this issue · 0 comments
GildedHonour commented
How can I have more control of what columns the gem will add to my db? I don't need some of the colums that get added by default, whereas I need some additional ones.
Should I not use
has_attached_file :avatar
and instead add code for uploading and saving an image?