rails--rails/activestorage/lib
Jonathan Hefner d02d259b61
Fix Active Storage behavior on record dup
Prior to this commit, a `dup`ed record and its originating record would
share the same `Attached` proxy objects.  Those proxy objects, in turn,
would point to the same `Attachment` associations, causing changes made
through the proxy interface to affect both records.
2020-05-25 22:03:32 -04:00
..
active_storage Fix Active Storage behavior on record dup 2020-05-25 22:03:32 -04:00
tasks
active_storage.rb Active Storage: allow serving files by proxying 2020-05-11 16:21:58 -04:00