From 196c8f13bfcb31d14e3155a57b5edd9b5c0aaf15 Mon Sep 17 00:00:00 2001 From: Ayose Date: Wed, 1 Jun 2011 12:36:16 -0700 Subject: Edited activerecord/lib/active_record/transactions.rb via GitHub --- activerecord/lib/active_record/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb index 334daf139a..ae97a3f3ca 100644 --- a/activerecord/lib/active_record/transactions.rb +++ b/activerecord/lib/active_record/transactions.rb @@ -165,7 +165,7 @@ module ActiveRecord # writing, the only database that we're aware of that supports true nested # transactions, is MS-SQL. Because of this, Active Record emulates nested # transactions by using savepoints on MySQL and PostgreSQL. See - # http://en.wikipedia.org/wiki/Savepoint + # http://dev.mysql.com/doc/refman/5.0/en/savepoint.html # for more information about savepoints. # # === Callbacks -- cgit v1.2.3