I am building a project management application and I am using shrine to do file uploads. I got it working with only having one attachment per project, but now I want to set it up so that I can upload multiple files for any given project. Here is how I have it set up.
What I want to do is upload files via shrine on the projects/show page, and associate uploads with both a user and project. Then just display href links to the files within the projects/show page above the uploader.
The form loads without errors but when I submit I get the following error:
Any thoughts or ideas are appreciated!