Files
nairobi/spec/models
Javi Martín 48dc72cea9 Avoid a brakeman warning in related contents
Although it wasn't a real security concern because we were only calling
a `find_by` method based on the user input, it's a good practice to
avoid using constants based on user parameters.

Since we don't use the `find_by` method anymore but we still need to
check the associated record exists, we're changing the validations in
the `RelatedContent` model to do exactly that.
2021-06-23 23:13:58 +02:00
..
2021-05-29 14:18:31 +02:00
2021-06-11 00:51:52 +02:00
2019-05-31 18:22:59 +02:00
2019-03-27 15:22:14 +01:00