From b6935e5179fce959a1bf4ea62114e8d86584ac68 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 15 Feb 2010 23:56:29 +0100 Subject: and now even with proper markup --- activerecord/lib/active_record/base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 9c92bc708a..318bfbe826 100755 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -119,11 +119,11 @@ module ActiveRecord #:nodoc: class ReadOnlyRecord < ActiveRecordError end - # +ActiveRecord::Transactions::ClassMethods.transaction+ uses this exception + # ActiveRecord::Transactions::ClassMethods.transaction uses this exception # to distinguish a deliberate rollback from other exceptional situations. # Normally, raising an exception will cause the +transaction+ method to rollback # the database transaction *and* pass on the exception. But if you raise an - # +ActiveRecord::Rollback+ exception, then the database transaction will be rolled back, + # ActiveRecord::Rollback exception, then the database transaction will be rolled back, # without passing on the exception. # # For example, you could do this in your controller to rollback a transaction: -- cgit v1.2.3