mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
refer to guides since 3.0 is released now
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user