annotate db/seeds.rb @ 416:c4c8214fb0b2

Simplify dom check
author nanaya <me@myconan.net>
date Mon, 14 Sep 2015 14:48:36 +0900
parents 682abad78313
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
333
682abad78313 Documentation and line length.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
1 # This file should contain all the record creation needed to seed the
682abad78313 Documentation and line length.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 # database with its default values. The data can then be loaded with the
682abad78313 Documentation and line length.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
3 # rake db:seed (or created alongside the db with db:setup).
0
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 #
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
5 # Examples:
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
6 #
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
7 # cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
4aa8194a1733 Initial.
Edho Arief <edho@myconan.net>
parents:
diff changeset
8 # Mayor.create(:name => 'Emanuel', :city => cities.first)