class ActionController::Metal
def self.use(*args, &block)
Pushes the given Rack middleware and its arguments to the bottom of the
def self.use(*args, &block) middleware_stack.use(*args, &block) end
def self.use(*args, &block) middleware_stack.use(*args, &block) end