diff options
| author | Michel Etienne | 2015-10-28 11:28:16 +0100 |
|---|---|---|
| committer | Michel Etienne | 2015-10-28 11:28:16 +0100 |
| commit | 0052c422ca5429f7778691d8855aedff5dd75d8c (patch) | |
| tree | ebf74e5583e3beb271cbd6ea4d4baae553d02a16 | |
| parent | 76c72bd122027f86612f2c84768fd9d8eea65471 (diff) | |
| download | chouette-core-0052c422ca5429f7778691d8855aedff5dd75d8c.tar.bz2 | |
manage extensions on Neptune export
| -rw-r--r-- | app/models/neptune_export.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/neptune_export.rb b/app/models/neptune_export.rb index 6f26c7583..f25db69c0 100644 --- a/app/models/neptune_export.rb +++ b/app/models/neptune_export.rb @@ -13,6 +13,7 @@ class NeptuneExport < ExportTask "organisation_name" => organisation.name, "referential_name" => referential.name, "projection_type" => projection_type || "", + "add_extension" => extensions, "start_date" => start_date, "end_date" => end_date } |
