class ActionDispatch::Callbacks

def after(*args, &block)

def after(*args, &block)
  set_callback(:call, :after, *args, &block)
end