aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorJoost Baaij <joost@spacebabies.nl>2010-08-30 21:17:08 +0200
committerJoost Baaij <joost@spacebabies.nl>2010-08-30 21:17:08 +0200
commit66998c9662b0f8814496f55242e6af507ef233ea (patch)
tree0fa047c76e85fbe559be694bc17085c3f0457801 /railties/guides
parent7803bb015de4c10278ac741ec404db652125f9bf (diff)
parent15d07981f6617a3f97f9e36f257131b56a97a441 (diff)
downloadrails-66998c9662b0f8814496f55242e6af507ef233ea.tar.gz
rails-66998c9662b0f8814496f55242e6af507ef233ea.tar.bz2
rails-66998c9662b0f8814496f55242e6af507ef233ea.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/initialization.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index 486142ea4b..f8f9209b62 100644
--- a/railties/guides/source/initialization.textile
+++ b/railties/guides/source/initialization.textile
@@ -1437,7 +1437,7 @@ Afterwards this includes the +ActiveSupport::Benchmarkable+ which is used for be
end
</ruby>
-The "documentation":http://api.rubyonrails.org/classes/ActiveSupport/Benchmarkable.html is great about explaining what precisely this does.
+The "documentation":http://api.rails.info/classes/ActiveSupport/Benchmarkable.html#M000607 is great about explaining what precisely this does. (TODO: replace link with real documentation link when it becomes available.)
This module is also included into Active Record and +AbstractController+, meaning you can also use the +benchmark+ method in these methods.