Adding rails part #2

This commit is contained in:
magnolia-fan
2011-04-03 20:21:05 +04:00
parent 6571a3ae0a
commit ede7fc1cb5
58 changed files with 10715 additions and 1 deletions
+7
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 => 'Daley', :city => cities.first)