# File lib/active_record/batches.rb, line 24 def find_each(options = {}) find_in_batches(options) do |records| records.each { |record| yield record } end self end