From df60f6c765d52656ada5ced36522d5b043cb0ab3 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Tue, 16 Sep 2008 13:17:58 +0200 Subject: s/class/Model/ --- activerecord/lib/active_record/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb index 86a5142a97..27b5aca18f 100644 --- a/activerecord/lib/active_record/transactions.rb +++ b/activerecord/lib/active_record/transactions.rb @@ -101,7 +101,7 @@ module ActiveRecord # until it's restarted from the beginning. Here is an example which # demonstrates the problem: # - # # Suppose that we have a Number class with a unique column called 'i'. + # # Suppose that we have a Number model with a unique column called 'i'. # Number.transaction do # Number.create(:i => 0) # begin -- cgit v1.2.3