Commit af90a5ec by Ivan Lan

fix: log

parent 9d299753
...@@ -49,6 +49,7 @@ module TalltyImportExport ...@@ -49,6 +49,7 @@ module TalltyImportExport
def export_workbook(workbook, **options) def export_workbook(workbook, **options)
export_instance = TalltyImportExport::Export.new(@klass) export_instance = TalltyImportExport::Export.new(@klass)
Rails.logger.info options.symbolize_keys
export_instance.process_options(options.symbolize_keys) export_instance.process_options(options.symbolize_keys)
export_instance.export_workbook(workbook, [], **options.symbolize_keys) export_instance.export_workbook(workbook, [], **options.symbolize_keys)
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