提交 f8166669 编写于 作者: J José Valim

Alias app to build_middleware_stack for clarity.

上级 746a3856
......@@ -160,6 +160,7 @@ def app
config.middleware.build(routes)
end
end
alias :build_middleware_stack :app
def call(env)
app.call(env.reverse_merge!(env_defaults))
......
......@@ -32,7 +32,7 @@ module Finisher
end
initializer :build_middleware_stack do
app
build_middleware_stack
end
initializer :eager_load! do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册