提交 1e2d7c2d 编写于 作者: A Aaron Patterson

reverse_order_value= is not private, so no need to send

It's not public API, but is not private scoped.
上级 81d10b9a
......@@ -859,7 +859,7 @@ def symbol_unscoping(scope)
case scope
when :order
self.send(:reverse_order_value=, false)
self.reverse_order_value = false
result = []
else
result = [] unless single_val_method
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册