From 1fbae81e7f2ed64ae7c219e5669c7d68c2188d7a Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Tue, 16 Sep 2008 12:41:21 +0200 Subject: Add overview description for ActiveRecord::Transactions, telling the reader to look at ClassMethods instead. --- activerecord/lib/active_record/transactions.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb index 970da701c7..f639ae3802 100644 --- a/activerecord/lib/active_record/transactions.rb +++ b/activerecord/lib/active_record/transactions.rb @@ -1,7 +1,8 @@ require 'thread' module ActiveRecord - module Transactions # :nodoc: + # See ActiveRecord::Transactions::ClassMethods for documentation. + module Transactions class TransactionError < ActiveRecordError # :nodoc: end -- cgit v1.2.3