Files
openfoodnetwork/app/models/concerns
Maikel Linke c36ad96acc Move file duplication code to concern to share
I chose `has_one_migrating` as method name for two reasons:

 1. It reflects Active Storage's method `has_one_attached`.
 2. And it has the same length as Paperclip's `has_attached_file`.
    Therefore the commits don't need any whitespace changes.

When we change it to `has_one_attached`, we will also remove the
Paperclip options which then don't need whitespace changes either.
2022-04-25 13:00:31 +10:00
..
2021-04-19 11:52:41 +02:00
2021-09-06 14:19:13 +01:00
2021-10-25 21:28:28 -05:00