add_exception_raising_after_save_callback_to_topic() Ver: 1.2.2
From: TransactionTest Version 1.2.2
Comments

Sourcecode
# File src/rails-1.2.2/activerecord/test/transactions_test.rb, line 140
    def add_exception_raising_after_save_callback_to_topic
      Topic.class_eval { def after_save() raise "Make the transaction rollback" end }
    end
Add New Note User Added Notes