aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-10-09 01:53:51 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-10-09 01:53:51 +0000
commit8f93516168f8c4d89ca1cfafcb01ee4f9b1fc491 (patch)
tree03c3da58556573b1dea63b006f83ed7815fa05c8 /activerecord
parent55aab5b8acb72967228dc38f6432e0f126a94d77 (diff)
downloadrails-8f93516168f8c4d89ca1cfafcb01ee4f9b1fc491.tar.gz
rails-8f93516168f8c4d89ca1cfafcb01ee4f9b1fc491.tar.bz2
rails-8f93516168f8c4d89ca1cfafcb01ee4f9b1fc491.zip
Docfix (closes #5143)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5257 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rwxr-xr-xactiverecord/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README b/activerecord/README
index 265d8cc61e..c938c66fde 100755
--- a/activerecord/README
+++ b/activerecord/README
@@ -117,7 +117,7 @@ A short rundown of the major features:
* Transaction support on both a database and object level. The latter is implemented
- by using Transaction::Simple[http://www.halostatue.ca/ruby/Transaction__Simple.html]
+ by using Transaction::Simple[http://railsmanual.com/module/Transaction::Simple]
# Just database transaction
Account.transaction do