How do I validate the presence of one field or another but not both and at least one ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Your code will work if you add conditionals to the numericality validations like so:
|
|||
|
|
#Father last name or Mother last name is compulsory
Try above simple example. |
|||
|
|
|
Example for rails 3.
|
|||
|
|