DB
- other
- pc98
- windows
- zuns_music_collection
- akyus_untouched_score
- commercial_books
日本語
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
データベース作成
マイグレーション
シードファイル読み込み
を一度にやってくれます。