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