method
included
v2.3.8 -
Show latest stable
- Class:
ActionController::Benchmarking
included(base)public
No documentation available.
# File actionpack/lib/action_controller/benchmarking.rb, line 7
def self.included(base)
base.extend(ClassMethods)
base.class_eval do
alias_method_chain :perform_action, :benchmark
alias_method_chain :render, :benchmark
end
end