Class: ActiveRecordCSVImporter::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/activerecord_csv_importer/config.rb

Overview

The configuration of a ActiveRecordCSVImporter

Instance Method Summary collapse

Instance Method Details

#each_batch(block) ⇒ Object



12
13
14
# File 'lib/activerecord_csv_importer/config.rb', line 12

def each_batch(block)
  each_batch_blocks << block
end