diff options
| author | Xinhui | 2017-08-08 10:21:04 +0200 |
|---|---|---|
| committer | Xinhui | 2017-08-08 11:40:47 +0200 |
| commit | 4bdd39885176483c8390ba4ea72edcd05bdfa7c8 (patch) | |
| tree | 6ecb881564abf0b121f82c187369e9b0788676f9 /app | |
| parent | 4a97571e7613260ca27ed54247e648887f4bfca0 (diff) | |
| download | chouette-core-4bdd39885176483c8390ba4ea72edcd05bdfa7c8.tar.bz2 | |
DataFormatEnumerations data_format default to netex
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/data_format_enumerations.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/data_format_enumerations.rb b/app/models/data_format_enumerations.rb index 94c39e152..787ab6cca 100644 --- a/app/models/data_format_enumerations.rb +++ b/app/models/data_format_enumerations.rb @@ -1,6 +1,6 @@ module DataFormatEnumerations extend Enumerize extend ActiveModel::Naming - - enumerize :data_format, in: %w[neptune netex gtfs hub], default: "neptune" + + enumerize :data_format, in: %w[neptune netex gtfs hub], default: "netex" end |
