How to attach same file to multiple models with ActiveStorage · Issue #31674 · rails/rails

Steps to reproduce I want to upload a file once, on a model, and also create a record on the active_storage_attachments table linking same file to a diferent model. My first attempt has been the fo...