Back
beforeValidationOnCreate()
Registers method(s) that should be called before a new object is validated.
// Instruct CFWheels to call the `fixObj` method
beforeValidationOnCreate("fixObj");
Copied!