7600aef48b
As a side benefit, fix an (non-user-visible) bug in display_s5(). Also fixed a bug where removing orphaned pages did not expire cached summary pages.
7 lines
240 B
Ruby
7 lines
240 B
Ruby
ActiveRecord::Base.connection.increment_open_transactions
|
|
ActiveRecord::Base.connection.begin_db_transaction
|
|
at_exit do
|
|
ActiveRecord::Base.connection.rollback_db_transaction
|
|
ActiveRecord::Base.connection.decrement_open_transactions
|
|
end
|