1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Before I made correctly

This commit is contained in:
2014-12-09 10:14:01 -05:00
parent 1d024e0571
commit f7e06feb99
9 changed files with 130 additions and 42 deletions

View File

@@ -5,3 +5,4 @@
#
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)
User.create(email: 'test@test.com', password: 'password', password_confirmation: 'password')