2008-10-27 07:47:01 +01:00
|
|
|
ActiveRecord::Base.connection.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
|
2008-10-27 07:47:01 +01:00
|
|
|
ActiveRecord::Base.connection.decrement_open_transactions
|
2007-01-22 14:43:50 +01:00
|
|
|
end
|