aboutsummaryrefslogtreecommitdiffstats
path: root/db/seeds.rb
diff options
context:
space:
mode:
authorXinhui2016-09-09 12:48:27 +0200
committerXinhui2016-09-09 12:48:49 +0200
commitc78802969f4d45028d3854198e311530813ae73b (patch)
tree720f119123b051fc609a534c54482c924c65760e /db/seeds.rb
parenta40c2468c762f039061e71f2e2ba03358e5183ec (diff)
downloadchouette-core-c78802969f4d45028d3854198e311530813ae73b.tar.bz2
Model StopAreaReferentialSync
Refs #1609
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index a975b07f8..14640e608 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -42,6 +42,7 @@ line_referential = LineReferential.find_or_create_by(name: "CodifLigne") do |ref
end
LineReferentialSync.find_or_create_by(line_referential: line_referential)
+StopAreaReferentialSync.find_or_create_by(stop_area_referential: stop_area_referential)
10.times do |n|
line_referential.lines.find_or_create_by name: "Test #{n}" do |l|
@@ -50,7 +51,6 @@ LineReferentialSync.find_or_create_by(line_referential: line_referential)
end
-
offer_workbench = OfferWorkbench.find_or_create_by(name: "Gestion de l'offre", organisation: operator)
[["parissudest201604", "Paris Sud-Est Avril 2016"],