Commit 21ecdb9e by Ivan Lan

fix: fix argument

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