aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-06-25 15:05:33 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-06-25 15:27:34 +0200
commit93570e1c59f003fc814c7f0f2252289ff9baed38 (patch)
tree3e475e28db7aa3880e19ae6b2ecc89bb7fa0e1a7 /db
parent5a0a444c2fced1554770ea6d0a9a28b958bc803f (diff)
downloadecs2-93570e1c59f003fc814c7f0f2252289ff9baed38.tar.gz
ecs2-93570e1c59f003fc814c7f0f2252289ff9baed38.zip
Modified ECS initialization.
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb9
1 files changed, 0 insertions, 9 deletions
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