class ActionDispatch::Callbacks

def self.after(*args, &block)

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