Commit e1afcd73 by liyijie

Add associations to import module

parent 45fe8ad3
module TalltyImportExport
class Import
require 'roo'
attr_reader :klass, :context, :headers, :primary_keys
attr_reader :klass, :context, :headers, :primary_keys, :associations
def initialize klass
@klass = klass
......
module TalltyImportExport
VERSION = "0.1.0"
VERSION = "1.0.0"
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