提交 8543c9d3 编写于 作者: A Aaron Patterson

speeding up Engine#connection

上级 48361010
......@@ -6,7 +6,7 @@ def initialize(ar = nil)
end
def connection
@ar ? @ar.connection : nil
@ar && @ar.connection
end
def adapter_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册