Commit 1453409f by Ivan Lan

fix: fix association none

parent 21ecdb9e
......@@ -48,7 +48,7 @@ module TalltyImportExport
end
def export_workbook(workbook, **options)
TalltyImportExport::Export.new(@klass).export_workbook(workbook, @klass.none, **options)
TalltyImportExport::Export.new(@klass).export_workbook(workbook, [], **options)
end
def exchange_to_ids(xlsx_file, associations, **options)
......
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