79553868

Date: 2025-04-03 19:52:33
Score: 1.5
Natty:
Report link

in my case, i discovered that one of before_validation was messed up all the validations. So, just comment all yours before_validation , and uncomment one by one, until you find what is this strange behavior.

Edit: And another solution that i find, is use validate instead of before_validation for some cases for initialize something.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Fabian Carlos