1
0
Fork 0
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:
Xavier Noria 2010-09-21 20:44:45 +02:00
parent d64a09b443
commit f4abe66d35

View file

@ -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).