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
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
Copyright © 2021 Jogjafile Inc.
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.