annotate db/seeds.rb @ 390:91dabc034389

Improved styling for show.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 19:38:42 +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)