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