I’m looking for a easy way to have multiple attachments on one model using Rails Admin. I’ve already Paperclip working, but I need multiple images and not just one.
Any hints / ideas / links?
Thank you very much!
Ole
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Let’s say that you have a user who wants many photos:
So you don’t ask your carrierwave or paperclip model to have multiple files, you instead have many paperclip models belonging to your rails model.