Hi,
Just upgraded from rails5 to 6. Trix Editor and Active Storage is working, but my attachments are not getting saved. I can add them via the paperclip and via drag and drop, but cant see any file related params in the console. It was my understanding that the upload magic happens in the background - do I need any JS code to get the uploads going and if so, which route should i be using? then one of the resource itself?
thx