From f4abe66d35662064c4b3634fc0691a27a4ee4253 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 21 Sep 2010 20:44:45 +0200 Subject: un-nodocs AR::Batches --- activerecord/lib/active_record/relation/batches.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/relation/batches.rb b/activerecord/lib/active_record/relation/batches.rb index 5584397439..b41e935ed5 100644 --- a/activerecord/lib/active_record/relation/batches.rb +++ b/activerecord/lib/active_record/relation/batches.rb @@ -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 :batch_size option). -- cgit v1.2.3