Flowdock
method

included

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionController::Benchmarking
included(base) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.