I'm trying to validate a a field name "my_field" using the classic public function validation() in my model. The ORM seems to validate it before. I only get "my_field is required". My function validation() is not even triggered.
Is there a way to make my validation fire before the one from the ORM?