trestle-active_storage icon indicating copy to clipboard operation
trestle-active_storage copied to clipboard

has_many_attached problem

Open lphm opened this issue 4 years ago • 1 comments

I reopen this issue because for me it does not work for

has_many_attached :attachments
active_storage_fields do [:attachments] end
form do |record| active_storage_field :attachments end

And only one file is saved (and replace existing files)

lphm avatar May 04 '20 19:05 lphm

Check https://github.com/richardvenneman/trestle-active_storage/issues/41

joao-guerra avatar Mar 02 '21 11:03 joao-guerra