Rails "TypeError (no implicit conversion of nil into String)" when loading images using image_tag, activeStorage and "has_many_attached"-Twitter bootstrap
I am trying to follow this tutorial to upload multiple images for my model: https://www.youtube.com/watch?v=A23zCePXe74 The uploading and saving of the images into the database using activeStorage seems to work, but when I go to the show page the images…