diff options
author | Xavier Noria <fxn@hashref.com> | 2010-09-21 20:44:45 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-09-21 20:44:45 +0200 |
commit | f4abe66d35662064c4b3634fc0691a27a4ee4253 (patch) | |
tree | 367e6c955411a028261d3a2161977c64194e3609 /activerecord | |
parent | d64a09b443ec4198cbb2ae1dfb68448af149ddb1 (diff) | |
download | rails-f4abe66d35662064c4b3634fc0691a27a4ee4253.tar.gz rails-f4abe66d35662064c4b3634fc0691a27a4ee4253.tar.bz2 rails-f4abe66d35662064c4b3634fc0691a27a4ee4253.zip |
un-nodocs AR::Batches
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/relation/batches.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tt>:batch_size</tt> option). |