2008-10-27 01:47:01 -05:00
|
|
|
ActiveRecord::Base.connection.increment_open_transactions
|
2007-01-22 07:43:50 -06:00
|
|
|
ActiveRecord::Base.connection.begin_db_transaction
|
|
|
|
at_exit do
|
|
|
|
ActiveRecord::Base.connection.rollback_db_transaction
|
2008-10-27 01:47:01 -05:00
|
|
|
ActiveRecord::Base.connection.decrement_open_transactions
|
2007-01-22 07:43:50 -06:00
|
|
|
end
|