Displaying 1 result from an estimated 1 matches for "4b9eb294".
2006 Jun 27
2
Transaction syntax for > 1 table/model
If I want to wrap two account updates, the syntax is ...
Account.transaction(dennis, david) do
dennis.withdraw(10);
david.deposit(10);
end
.. where both dennis and david are instances of Account.
Can someone please let me know what the syntax is for starting and ending
a *single* database transactions which spans two *different* kinds of
models/tables ?
Dennis Byrne
-------------- next