Ask A Question

Notifications

You’re not receiving notifications from this thread.

Which is the best place to put a custom validator class ?

Xavi Vila asked in Rails

For a custom validator like in https://guides.rubyonrails.org/active_record_validations.html#custom-validators

Maybe app/validators ?
Maybe app/models ?
Some other place?

Reply

I like app/validators. You can easily add in more there as needed and it's nicely organized. 👍

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.