aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/line_referential.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/line_referential.rb')
-rw-r--r--app/models/line_referential.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/line_referential.rb b/app/models/line_referential.rb
index f4cf9cb30..d8cf74bda 100644
--- a/app/models/line_referential.rb
+++ b/app/models/line_referential.rb
@@ -11,7 +11,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 :objectid_format, in: %w(netex stif_netex stif_reflex stif_codifligne)
+ enumerize :objectid_format, in: %w(netex stif_netex stif_reflex stif_codifligne), default: 'netex'
def add_member(organisation, options = {})
attributes = options.merge organisation: organisation