mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
aa4a7c3530
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
6 lines
240 B
Ruby
6 lines
240 B
Ruby
ActiveRecord::Base.connection.increment_open_transactions
|
|
ActiveRecord::Base.connection.begin_db_transaction
|
|
at_exit do
|
|
ActiveRecord::Base.connection.rollback_db_transaction
|
|
ActiveRecord::Base.connection.decrement_open_transactions
|
|
end
|