3.7.8.10 validate
This attribute holds rules that allow the model to make data validation decisions before saving. Keys named after fields hold regex values allowing the model to try to make matches.
It is not necessary to call validate() before save() as save() will automatically validate your data before actually saving.
For more information on validation, see the Data Validation chapter later on in this manual.
