From 449fceefdca1dccf2100b8689865a7c0b5f60356 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 2 Nov 2023 19:48:08 -0400 Subject: Add Pokemon Green to the seeds --- db/seeds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/seeds.rb b/db/seeds.rb index c68e9ae..3f6c601 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -11,7 +11,7 @@ require "csv" [ - "Pokémon Red", "Pokémon Blue", "Pokémon Yellow", "Pokémon Gold", "Pokémon Silver", + "Pokémon Red", "Pokémon Green", "Pokémon Blue", "Pokémon Yellow", "Pokémon Gold", "Pokémon Silver", "Pokémon Crystal", "Pokémon Ruby", "Pokémon Sapphire", "Pokémon Emerald", "Pokémon FireRed", "Pokémon LeafGreen", "Pokémon Diamond", "Pokémon Pearl", "Pokémon Platinum", "Pokémon HeartGold", "Pokémon SoulSilver", "Pokémon Black", -- cgit v1.2.3