diff options
| author | Teddy Wing | 2017-07-13 18:36:04 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-17 13:12:09 +0200 | 
| commit | ae5bc93bcf976367fb911d7fa956d50e26372c8e (patch) | |
| tree | 35ee0d43c8666b2962de1c526f71ab8062f6154c /app | |
| parent | f7219c19ec2cb304d30cdb2a05ba8306fb2f3a62 (diff) | |
| download | chouette-core-ae5bc93bcf976367fb911d7fa956d50e26372c8e.tar.bz2 | |
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
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/workbench_import.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
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  | 
