aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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