提交 3c48b32f 编写于 作者: X Xavier Noria

removes unnecessary self

上级 a8b21aca
......@@ -204,7 +204,7 @@ def to_a #:nodoc:
self.middleware_stack = ActionController::MiddlewareStack.new
def self.inherited(base) # :nodoc:
base.middleware_stack = self.middleware_stack.dup
base.middleware_stack = middleware_stack.dup
super
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册