summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2023-11-02 19:48:08 -0400
committerDavid Gay <david@davidgay.org>2023-11-02 19:48:08 -0400
commit449fceefdca1dccf2100b8689865a7c0b5f60356 (patch)
treea173ea0fe190ade2bd7f3bb4852d54824458d924
parent4869d6fcbd880f448e94aa98912a6ea5bda1dafa (diff)
Add Pokemon Green to the seeds
-rw-r--r--db/seeds.rb2
1 files changed, 1 insertions, 1 deletions
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",