ActionLogic icon indicating copy to clipboard operation
ActionLogic copied to clipboard

Provide convenience method for transaction

Open rewinfrey opened this issue 9 years ago • 1 comments

At each level, ActionCoordinator, ActionUseCase and ActionTask, allow for a simple convenience method for indicating the logic should be wrapped in a transaction.

rewinfrey avatar Jan 24 '16 03:01 rewinfrey

Does this include the idea of having a before_tasks and after_tasks? Because one of the things I could see being useful in this gem is the ability to allow the current ActionUseCase to define if it's tasks occur before or after it's own call/

knittingdev avatar Dec 29 '18 23:12 knittingdev