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