diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:24:10 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-01-01 18:24:10 +0100 |
commit | cea5f97667e4b2f48f3690e26ad91a07985fc8a8 (patch) | |
tree | 7ce8fce5cc767a4f13a15b77cf98ce3ff8576218 | |
parent | c47a7dcdca1496fea00b5d1f896fc826167f2d86 (diff) |
Updated database seeds.
-rw-r--r-- | db/seeds.rb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/db/seeds.rb b/db/seeds.rb index f049f01..88579aa 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -16,8 +16,8 @@ User.create!( ) puts "Seeded admin account" -[ { participant: "Claudine", - name: "Tartiff Clofi" +[ { participant: "Pierre et Martin", + name: "Paris 11e" }, { participant: "Achille", name: "Tartiff Caraïbe-Ananas" @@ -27,18 +27,6 @@ puts "Seeded admin account" }, { participant: "Nicolas", name: "Avaloù-Douariflette" - }, - { participant: "", - name: "[cinq]" - }, - { participant: "", - name: "[six]" - }, - { participant: "", - name: "[sept]" - }, - { participant: "", - name: "[huit]" } ].each.with_index(1) do |t, scoring_id| Tartiflette.create!( scoring_id: scoring_id, |