Author
model, you would add the following code:<cftransaction>
tag, you can simply add transaction=false
to any CRUD method.transactionMode
configuration:transaction="rollback"
to any CRUD method.transactionMode
configuration to rollback
.<cftransaction>
tags. In this case, Wheels provides a workaround. If you wish to run a method within a transaction, use invokeWithTransaction(), as below.