Upgrading to Rails 2.3.18

This commit is contained in:
2013-07-11 17:06:27 -04:00
parent 5fa732cd0b
commit 5484553f97
19 changed files with 7514 additions and 57 deletions

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