2007-02-09 09:04:31 +01:00
|
|
|
ActiveRecord::Base.send :increment_open_transactions
|
2007-01-22 14:43:50 +01:00
|
|
|
ActiveRecord::Base.connection.begin_db_transaction
|
|
|
|
at_exit do
|
|
|
|
ActiveRecord::Base.connection.rollback_db_transaction
|
2007-02-09 09:04:31 +01:00
|
|
|
ActiveRecord::Base.send :decrement_open_transactions
|
2007-01-22 14:43:50 +01:00
|
|
|
end
|