diff options
author | Xavier Noria <fxn@hashref.com> | 2010-08-30 21:14:29 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-30 21:14:29 +0200 |
commit | e4c66d8fbfb7077f002462e82af2e3cb908089c4 (patch) | |
tree | 13b6aa84bf2bcfcc81cc1260367347595444b1d9 /railties/guides/source | |
parent | 15d07981f6617a3f97f9e36f257131b56a97a441 (diff) | |
download | rails-e4c66d8fbfb7077f002462e82af2e3cb908089c4.tar.gz rails-e4c66d8fbfb7077f002462e82af2e3cb908089c4.tar.bz2 rails-e4c66d8fbfb7077f002462e82af2e3cb908089c4.zip |
Revert "Revert "refer to guides since 3.0 is released now""
Wanted to revert a different commit with same message
This reverts commit 15d07981f6617a3f97f9e36f257131b56a97a441.
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/initialization.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index 531ddd998b..c53071971a 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.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.) +The "documentation":http://api.rubyonrails.org/classes/ActiveSupport/Benchmarkable.html is great about explaining what precisely this does. This module is also included into Active Record and +AbstractController+, meaning you can also use the +benchmark+ method in these methods. |