From e68dbedc50b4cb6222c731244b1803cd672386c3 Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 9 Aug 2014 19:04:03 +0200 Subject: [PATCH] =?UTF-8?q?Remise=20en=20place=20de=20quelques=20donn?= =?UTF-8?q?=C3=A9es=20de=20test=20pour=20une=20=C3=A9ventuelle=20nouvelle?= =?UTF-8?q?=20instance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/seeds.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/db/seeds.rb b/db/seeds.rb index 91bc2044..4f8641de 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -10,11 +10,11 @@ # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) # Mayor.create(name: 'Emanuel', city: cities.first) -# City.create name: 'Rennes' -# Region.create name: 'Bretagne' -# Region.create name: 'My very first region' -# User.create login: 'admin@example.com', email: 'admin@example.com', -# password: 'password' +City.create name: 'Rennes' +Region.create name: 'Bretagne' +Region.create name: 'My very first region' +User.create login: 'admin@example.com', email: 'admin@example.com', + password: 'password' AdminUser.create email: 'admin@example.com', password: 'password'