Add rubocop to prevent use of subtransactions
Add a new rubocop rule that prevents direct use of subtransactions, meaning any call to #transaction with the options `requires_new: true`.
Showing
Please register or sign in to comment
Add a new rubocop rule that prevents direct use of subtransactions, meaning any call to #transaction with the options `requires_new: true`.