Files
nairobi/spec/models
Javi Martín 8a47fe3505 Avoid a brakeman security warning
Although it wasn't a real security concern because we were only calling
a `find` 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` method anymore but we still need to check
the associated record exists, we're changing the `followable` validation
in the `Follow` model to do exactly that.
2021-04-13 13:52:18 +02:00
..
2020-12-21 18:04:48 +01:00
2021-01-14 17:37:58 +01:00
2019-05-31 18:22:59 +02:00
2019-03-27 15:22:14 +01:00