mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
7 lines
230 B
Ruby
7 lines
230 B
Ruby
|
|
ActiveRecord::Base.send :increment_open_transactions
|
||
|
|
ActiveRecord::Base.connection.begin_db_transaction
|
||
|
|
at_exit do
|
||
|
|
ActiveRecord::Base.connection.rollback_db_transaction
|
||
|
|
ActiveRecord::Base.send :decrement_open_transactions
|
||
|
|
end
|