aboutsummaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 60cebe2..76773e9 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -11,7 +11,8 @@
'Dewey': '6347f151-6782-437c-8bae-55730672a76f',
'PS': '3211da93-69fb-4d9b-825c-6ab51784fd18',
'incommon': '262ea4f5-186d-483b-8414-025f23b65eb4',
- 'ConcertES': '066e5968-03c3-4c15-bd5b-f73a10b5e9f1'
+ 'ConcertES': '066e5968-03c3-4c15-bd5b-f73a10b5e9f1',
+ 'Anonymous': '154cd5a4-3341-4c5f-8dd3-805c976c2a26'
}.each do |agent_name, uuid|
Agent.find_or_create_by(name: agent_name, uuid: uuid)
end