From 93570e1c59f003fc814c7f0f2252289ff9baed38 Mon Sep 17 00:00:00 2001 From: Heiko Bernloehr Date: Mon, 25 Jun 2012 15:05:33 +0200 Subject: Modified ECS initialization. --- db/seeds.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'db') diff --git a/db/seeds.rb b/db/seeds.rb index e15cdbc..3e49366 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -23,12 +23,3 @@ # # cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }]) # Major.create(:name => 'Daley', :city => cities.first) -Organization.create :name => "not available", :description => "For anonymous participants.", :abrev => "n/a" -Organization.create :name => "system", :description => "Internal ECS community.", :abrev => "sys" -Participant.create :name => "ecs", :description => "ECS system participant", :dns => 'n/a', - :community_selfrouting => false, :organization_id => Organization.find_by_name("system").id -Community.create :name => "public", :description => "For anonymous participants." -%w(created destroyed updated notlinked).each do |evt| - EvType.create :name => evt -end -Ressource.create :namespace => 'sys', :ressource => 'auth', :postroute => true, :events => false -- cgit v1.2.3