trestle-active_storage
trestle-active_storage copied to clipboard
has_many_attached problem
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)
Check https://github.com/richardvenneman/trestle-active_storage/issues/41