I\'ve seen docs/websites show that custom validators should go in a /lib or /lib/validators directory of a project. I\'ve found (by reading an answ
/lib
/lib/validators
Here's the official docs about custom validations. AFAIK its a good practice to keep them in the relevant models.