# File lib/action_controller/dispatcher.rb, line 21
      def after_dispatch(*method_names, &block)
        callbacks[:after].concat method_names
        callbacks[:after] << block if block_given?
      end