diff options
author | Ayose <setepo@gmail.com> | 2011-06-01 12:36:16 -0700 |
---|---|---|
committer | Ayose <setepo@gmail.com> | 2011-06-01 12:36:16 -0700 |
commit | 196c8f13bfcb31d14e3155a57b5edd9b5c0aaf15 (patch) | |
tree | 201a3101a8219991d351f05b81e7d430c83d2c87 /activerecord | |
parent | 3523144ea48b16ab2981c5ac82e0b9d87bf20921 (diff) | |
download | rails-196c8f13bfcb31d14e3155a57b5edd9b5c0aaf15.tar.gz rails-196c8f13bfcb31d14e3155a57b5edd9b5c0aaf15.tar.bz2 rails-196c8f13bfcb31d14e3155a57b5edd9b5c0aaf15.zip |
Edited activerecord/lib/active_record/transactions.rb via GitHub
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/transactions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |