I'm using Uploadcare to manage images for my Rails app. I can upload images from my computer and from URLs without issue. BUT. I have an edit form for users to edit their entries. The user can change their entry and the image associated with it, but if they don't choose a new image on the edit page and submit the form, there's just not an image. How can I make it so that if the user doesn't choose a new image, the image will just remain the original image?
I'm a Rails newbie, so I suspect there's an easy answer to this, but I can't figure it out!