Commit efd7db55 authored by Bianca Tarun's avatar Bianca Tarun

edited seeds

parent 9f59a0ac
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
# #
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first) # 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') User.create(first_name: 'Admin', last_name: 'Admin', birthday: '1992-09-03', 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