mirror of
https://github.com/moebooru/moebooru
synced 2025-08-28 04:27:41 +00:00
branch : moe extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%405
8 lines
205 B
Plaintext
Executable File
8 lines
205 B
Plaintext
Executable File
#!/usr/bin/ruby1.8
|
|
ActiveRecord::Base.lock_mutex
|
|
ActiveRecord::Base.connection.begin_db_transaction
|
|
at_exit do
|
|
ActiveRecord::Base.connection.rollback_db_transaction
|
|
ActiveRecord::Base.unlock_mutex
|
|
end
|