Uploading multiple attachments with carrierwave/mongoid/nested_form
Recently I have met a requirement that need to upload multiple attachments to
a rails project. After some investigations, I choose carrierwave
finally.
Also, I selected nested_form
to manage uploading and deleting multiple
attachments.