Rails 3 files

This commit is contained in:
2013-07-12 18:00:56 -04:00
parent 796c1a279e
commit 88a02f9f15
266 changed files with 721 additions and 1395 deletions

View File

@@ -2,6 +2,6 @@
# 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' }])
# Major.create(:name => 'Daley', :city => cities.first)
# Mayor.create(:name => 'Emanuel', :city => cities.first)