I have a complex action inside controller that performs several update queries to the database.
How can I make this action acts like transaction without any structural refactoring?
|
|
I have a complex action inside controller that performs several update queries to the database. How can I make this action acts like transaction without any structural refactoring?
|
||
|
|
|
|
Here are the docs for the transaction method. |
||
|
|