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