Seeds.rb

DB

  1. other
  2. pc98
  3. windows
  4. zuns_music_collection
  5. akyus_untouched_score
  6. commercial_books

日本語

  1. その他
  2. PC-98作品
  3. Windows作品
  4. ZUN's Music Collection
  5. 幻樂団の歴史 ~ Akyu's Untouched Score
  6. 商業書籍


db/seeds.rb

# -*- coding: utf-8 -*-

%w(other pc98 windows zuns_music_collection akyus_untouched_score commercial_books).each do |type|
  OriginalType.find_or_create_by_name(type).save!
end


便利タスク

rake db:setup

データベース作成
マイグレーション
シードファイル読み込み
を一度にやってくれます。