Commit 27062b8e by Ivan Lan

feat: add exchange_to_ids to importable

parent c2d0ebb0
...@@ -24,6 +24,10 @@ module TalltyImportExport ...@@ -24,6 +24,10 @@ module TalltyImportExport
def import_excel_klass def import_excel_klass
import_instance.tallty_excel import_instance.tallty_excel
end end
def exchange_to_ids xlsx_file, associations, **options
import_instance.exchange_to_ids(xlsx_file, associations, **options)
end
end end
end end
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