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