mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
un-nodocs AR::Batches
This commit is contained in:
parent
d64a09b443
commit
f4abe66d35
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'active_support/core_ext/object/blank'
|
||||
|
||||
module ActiveRecord
|
||||
module Batches # :nodoc:
|
||||
module Batches
|
||||
# Yields each record that was found by the find +options+. The find is
|
||||
# performed by find_in_batches with a batch size of 1000 (or as
|
||||
# specified by the <tt>:batch_size</tt> option).
|
||||
|
|
Loading…
Reference in a new issue