diff options
Diffstat (limited to 'db')
-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, |