From 16c51bc84a4ad1864949ef97e8d3739020863871 Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Thu, 23 Apr 2015 09:10:40 +0300 Subject: [ci skip] fix count of options for `find_each` --- guides/source/active_record_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index de976acd01..fe6418deb8 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -317,7 +317,7 @@ end The `find_each` method accepts most of the options allowed by the regular `find` method, except for `:order` and `:limit`, which are reserved for internal use by `find_each`. -Two additional options, `:batch_size` and `:begin_at`, are available as well. +Three additional options, `:batch_size`, `:begin_at` and `:end_at`, are available as well. **`:batch_size`** -- cgit v1.2.3