public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
commit  4364c361b599f99bc2345ce4eb2d145b07ed8a0f
tree    1fb87b58438790cda9308ee3cba05427b577b334
parent  e89093aeb4b1f544cb54caf54a0374075250cc59
rails / railties / lib / console_sandbox.rb
100644 7 lines (6 sloc) 0.23 kb
1
2
3
4
5
6
7
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