view db/seeds.rb @ 170:da48ac3ef99d

Update to rails 3.2.10.
author Edho Arief <edho@myconan.net>
date Thu, 03 Jan 2013 18:43:56 +0400
parents 4aa8194a1733
children 682abad78313
line wrap: on
line source

# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# Examples:
#
#   cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
#   Mayor.create(:name => 'Emanuel', :city => cities.first)