-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Considering in a rails app that you would like to create an entry in a standard CRUD method and in the process of creating that entry you have several photos to upload. Using this gem and current method now you have to upload the photos after the fact otherwise it throws an error for duplicate photos because the create function is trying to send the same photos that were sent using direct upload.
Is there a way to use this gem, setup a standard scaffold CRUD and create the entry without the duplicate error without going back in after the entry was created?

Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested