mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
7 lines
240 B
Ruby
7 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
|