aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAlex Reisner <alex@alexreisner.com>2012-09-19 20:52:21 -0300
committerAlex Reisner <alex@alexreisner.com>2012-09-19 20:02:34 -0400
commitff33e420afed6de42850935270b581f0406ddd8b (patch)
treed4bc113cf79d3cf0aea325aeeab7110198e2629b /activerecord
parentc4111ec5f84a549c759a154de9f5822b66d95385 (diff)
downloadrails-ff33e420afed6de42850935270b581f0406ddd8b.tar.gz
rails-ff33e420afed6de42850935270b581f0406ddd8b.tar.bz2
rails-ff33e420afed6de42850935270b581f0406ddd8b.zip
Fix out-of-date URL.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/transactions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb
index 09318879d5..934393b4e7 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://dev.mysql.com/doc/refman/5.0/en/savepoint.html
+ # http://dev.mysql.com/doc/refman/5.6/en/savepoint.html
# for more information about savepoints.
#
# === Callbacks