aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/console_sandbox.rb
blob: 5d57679c431153e3198a121d26c2d98898b79300 (plain) (blame)
1
2
3
4
5
6
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