explainpmt / explainpmt

explainpmt / script / console_sandbox.rb
100755 8 lines (7 sloc) 0.202 kb
1
2
3
4
5
6
7
8
#!/bin/env ruby
ActiveRecord::Base.lock_mutex
ActiveRecord::Base.connection.begin_db_transaction
at_exit do
  ActiveRecord::Base.connection.rollback_db_transaction
  ActiveRecord::Base.unlock_mutex
end