ActionDispatch::Callbacks

class ActionDispatch::Callbacks

Parent:
Object
Included modules:
ActiveSupport::Callbacks

Provides callbacks to be executed before and after dispatching the request.

Public Class Methods

after(*args, &block) Show source