Rails 6 Active Storage : Could not find or build blob: expected attachable, got nil
问题 Just created a new Rails 6 app, and I am trying to allow adding images to an active_storage blob instead of replacing them, through a form generated with rails scaffold. Followed the documentation (https://guides.rubyonrails.org/active_storage_overview.html#has-many-attached), using #attach into my controller, but it leads to an error page and keep the "default" behavior of replacing all the images instead of adding new images. Using Rails 6.0.0 with active_storage 6.0.0 I first made a Page