Module: EachBatch::ActiveRecord::Base
- Defined in:
- lib/each_batch/active_record/base.rb
Instance Method Summary collapse
Instance Method Details
#each_batch(*args, **kwargs, &block) ⇒ Object
4 5 6 |
# File 'lib/each_batch/active_record/base.rb', line 4 def each_batch(*args, **kwargs, &block) all.each_batch(*args, **kwargs, &block) end |