Commit e1afcd73 by liyijie

Add associations to import module

parent 45fe8ad3
module TalltyImportExport module TalltyImportExport
class Import class Import
require 'roo' require 'roo'
attr_reader :klass, :context, :headers, :primary_keys attr_reader :klass, :context, :headers, :primary_keys, :associations
def initialize klass def initialize klass
@klass = klass @klass = klass
......
module TalltyImportExport module TalltyImportExport
VERSION = "0.1.0" VERSION = "1.0.0"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment