How to avoid after_transaction in some cases
I have an action with the
db error
after_transaction but during tests setup i create a lot of records and all calls the after_transaction function and almost all cases crashes for database connection, exists a way to avoid that step for tests or a way to improve the database connection in testingdb error

Ash