Open bypotatoes opened 9 years ago
Bump. I have run into this as well. Weirdly, it works fine with a has_many association, which would result in fact in the same database structure. I temporarily switched the has_one and belongs_to relations in my models so it works now, but I would like to switch back to the intended structure as soon as possible.
Receipt is described here https://github.com/sferik/rails_admin/wiki/CarrierWave
I've add picture association to Testimonial model:
and cofigure models for rails_admin:
but as result I got form with where input for file uploading was missed
Could some suggest something?