mailr/script/console_sandbox.rb

8 lines
206 B
Ruby
Executable file

#!/usr/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