lets rails

This commit is contained in:
ablwr
2014-07-08 10:51:25 -04:00
parent 76cc98e6a1
commit d2797a77c5
97 changed files with 2756 additions and 2498 deletions

0
db/development.sqlite3 Normal file
View File

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