提交 db519c0c 编写于 作者: Y Yves Senn

cleanup whitespace in relation.rb

上级 ae6e6d95
......@@ -247,7 +247,7 @@ def size
def empty?
return @records.empty? if loaded?
c = count
c = count(:all)
c.respond_to?(:zero?) ? c.zero? : c.empty?
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册