class method self.after_dispatch

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

self.after_dispatch(*args, &block)

No documentation comment.

Parameters

args rest
block block
Source
# File actionpack/lib/action_controller/deprecated/dispatcher.rb, line 10
      def after_dispatch(*args, &block)
        ActiveSupport::Deprecation.warn "ActionController::Dispatcher.after_dispatch is deprecated. " <<
          "Please use ActionDispatch::Callbacks.after instead.", caller
        ActionDispatch::Callbacks.after(*args, &block)
      end

Defined in actionpack/lib/action_controller/deprecated/dispatcher.rb line 10 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Dispatcher

Type at least 2 characters to search.

↑↓ navigate · open · esc close