trestle-active_storage
trestle-active_storage copied to clipboard
Use attach method for has many attachments
This PR does four things:
- Fixes displaying delete checkboxes for has_many_attachments files.
- Prevents overwriting attachments on adding new files in has_many_attachments.
I'm aware of
config.active_storage.replace_on_assign_to_many = false
, but I think it's good not to rely on the legacy fallback option. - Set the minimal rails version to 6 due to point 2.
- Bumps gem version to 3.1.0