mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Fix the outdated description for find_each
.
This commit is contained in:
parent
cd2fe237f7
commit
b1b585fe08
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ end
|
|||
|
||||
**`:start`**
|
||||
|
||||
By default, records are fetched in ascending order of the primary key, which must be an integer. The `:start` option allows you to configure the first ID of the sequence whenever the lowest ID is not the one you need. This would be useful, for example, if you wanted to resume an interrupted batch process, provided you saved the last processed ID as a checkpoint.
|
||||
By default, records are fetched in ascending order of the primary key. The `:start` option allows you to configure the first ID of the sequence whenever the lowest ID is not the one you need. This would be useful, for example, if you wanted to resume an interrupted batch process, provided you saved the last processed ID as a checkpoint.
|
||||
|
||||
For example, to send newsletters only to users with the primary key starting from 2000:
|
||||
|
||||
|
|
Loading…
Reference in a new issue