Files
nairobi/config
Javi Martín 600f5c35e9 Use file_validators instead of Papeclip validations
Since we're going to remove Paperclip and Active Storage doesn't provide
any validations, we have to either write our own validation rules or use
a different gem.

We're using the file_validators gem instead of the
`active_storage_validations` gem because the latter doesn't support
proc/lambda objects in size and content type definitions. We need to use
them because in our case these values depend on settings stored in the
database.
2022-02-23 18:21:38 +01:00
..
2021-09-24 13:39:15 +02:00
2021-09-24 13:39:15 +02:00
2019-04-16 17:28:06 +02:00
2021-09-24 13:39:15 +02:00
2019-04-16 17:28:06 +02:00
2020-12-23 13:18:10 +01:00