class ActionDispatch::Callbacks

def self.before(*args, &block)

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