diff options
| author | Guillaume | 2017-11-09 17:49:38 +0100 |
|---|---|---|
| committer | Guillaume | 2017-11-09 17:49:38 +0100 |
| commit | 2f8ff43fe89a8c78575fdb7a9737b5484117087c (patch) | |
| tree | 672d6a0e709b7ca2039cd15ad04443c5a8b7d04d /app/models/line_referential.rb | |
| parent | aafda8b5d8e6dbd80ed56fd469d5ada5dceb3a67 (diff) | |
| download | chouette-core-2f8ff43fe89a8c78575fdb7a9737b5484117087c.tar.bz2 | |
split modules objectid_format, remove alias referential
Diffstat (limited to 'app/models/line_referential.rb')
| -rw-r--r-- | app/models/line_referential.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/line_referential.rb b/app/models/line_referential.rb index b841ea6a9..cbe07e9b1 100644 --- a/app/models/line_referential.rb +++ b/app/models/line_referential.rb @@ -10,7 +10,7 @@ class LineReferential < ActiveRecord::Base has_many :networks, class_name: 'Chouette::Network' has_many :line_referential_syncs, -> { order created_at: :desc } has_many :workbenches - enumerize :object_id_format, in: %w(netx netx_stif) + enumerize :objectid_format, in: %w(default_netex stif_netex) def add_member(organisation, options = {}) attributes = options.merge organisation: organisation |
