Skip to content

Commit

Permalink
Revert "Revert "refer to guides since 3.0 is released now""
Browse files Browse the repository at this point in the history
Wanted to revert a different commit with same message

This reverts commit 15d0798.
  • Loading branch information
fxn committed Aug 30, 2010
1 parent 15d0798 commit e4c66d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/initialization.textile
Expand Up @@ -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.

Expand Down

0 comments on commit e4c66d8

Please sign in to comment.