summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 929b525..efd1ce7 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -8,3 +8,7 @@
%w[Normal Fire Water Grass Electric Ice Fighting Poison Ground Flying Psychic
Bug Rock Ghost Dark Dragon Steel Fairy].each { |name| PtuType.find_or_create_by(name: name) }
+
+["Static", "At-Will", "EOT", "Scene", "Scene x2", "Scene x3", "Daily"].each do |name|
+ PtuFrequency.find_or_create_by(name: name)
+end