diff options
author | Joost Baaij <joost@spacebabies.nl> | 2010-08-30 21:03:07 +0200 |
---|---|---|
committer | Joost Baaij <joost@spacebabies.nl> | 2010-08-30 21:03:07 +0200 |
commit | 3d13dc88e20f86ac294baeafdd8343c5ddd3b623 (patch) | |
tree | 13b6aa84bf2bcfcc81cc1260367347595444b1d9 /railties/guides | |
parent | d1b239da4ceebb429246db3d09cfa05a910bc895 (diff) | |
download | rails-3d13dc88e20f86ac294baeafdd8343c5ddd3b623.tar.gz rails-3d13dc88e20f86ac294baeafdd8343c5ddd3b623.tar.bz2 rails-3d13dc88e20f86ac294baeafdd8343c5ddd3b623.zip |
refer to guides since 3.0 is released now
Diffstat (limited to 'railties/guides')
-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. |