This commit is contained in:
Dan Buch
2011-11-14 07:01:54 -05:00
parent 2d3af8dd32
commit 93951515f2
45 changed files with 1186 additions and 0 deletions

7
rails/gerbil/db/seeds.rb Normal file
View File

@@ -0,0 +1,7 @@
# 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)