Module: LoadDataInfile2::ActiveRecordExtension
- Defined in:
- lib/load_data_infile2/active_record_extension.rb
Instance Method Summary collapse
Instance Method Details
#load_data_infile(file, options = {}) ⇒ Object
5 6 7 |
# File 'lib/load_data_infile2/active_record_extension.rb', line 5 def load_data_infile(file, = {}) LoadDataInfile2::ActiveRecord.new(self, ).import(file, ) end |