aboutsummaryrefslogtreecommitdiffstats
path: root/db/seeds.rb
diff options
context:
space:
mode:
authorEdouard Maffert2016-05-13 12:58:24 +0200
committerEdouard Maffert2016-05-13 12:58:24 +0200
commit8c3c59fd718cc283f5e1c73f5d6fb68c0cb6e444 (patch)
treec9fa51a8c4d88fe36904fe6cfe8ec5ac93418e61 /db/seeds.rb
parent95ba9097b53fa4af11623f54f0c58685b12c545d (diff)
downloadchouette-core-8c3c59fd718cc283f5e1c73f5d6fb68c0cb6e444.tar.bz2
add Offerworkbench to seed
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 9cfcc17db..e662bb18f 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -18,3 +18,5 @@ end
10.times do |n|
line_referential.lines.find_or_create_by name: "Ligne Test #{n}"
end
+
+OfferWorkbench.find_or_create_by(name: "Gestion de l'offre", organisation: stif) \ No newline at end of file