# File lib/active_model/observer_array.rb, line 103 def transaction start_transaction begin yield ensure end_transaction end end