From ae5bc93bcf976367fb911d7fa956d50e26372c8e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 13 Jul 2017 18:36:04 +0200 Subject: Add `WorkbenchImport` model A new model that represents a batched import. The zip archive attached to this record will contain one or more datasets. A `Referential` will be created for each dataset in the zip, and that sub-dataset will be scheduled for a Netex import (only handling Netex imports at the moment). The model is currently empty but I'm committing it now so it can be used by others on the team. Refs #3507 --- app/models/workbench_import.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/models/workbench_import.rb (limited to 'app/models') diff --git a/app/models/workbench_import.rb b/app/models/workbench_import.rb new file mode 100644 index 000000000..9323bd4b5 --- /dev/null +++ b/app/models/workbench_import.rb @@ -0,0 +1,2 @@ +class WorkbenchImport < Import +end -- cgit v1.2.3