Commit ec804766 authored by Bianca Tarun's avatar Bianca Tarun

edited seed

parent 1148912d
......@@ -5,3 +5,4 @@
#
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)
User.create(first_name: 'Admin', last_name: 'Admin', birthday: '19.07.2016', email: 'admin_email@yahoo.com', password: 'password', gender: 'Male')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment