提交 8f24923d 编写于 作者: H hupfis 提交者: GitHub

Fix typo in 'find_in_batches' example

上级 1bb106c0
......@@ -414,7 +414,7 @@ end
`find_in_batches` works on model classes, as seen above, and also on relations:
```ruby
Invoice.pending.find_in_batches do |invoice|
Invoice.pending.find_in_batches do |invoices|
pending_invoices_export.add_invoices(invoices)
end
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册