add new forum links

This commit is contained in:
Andrew Brown 2019-01-05 17:10:57 -06:00
parent ed47d6b277
commit 6686fb0efb

View File

@ -6,15 +6,21 @@ class ForumsLinkbuilderService < Service
def self.content_to_url_map
{
'Character': '/forum/characters-board',
'Condition': '/forum/conditions',
'Creature': '/forum/characters', # [sic]
'Flora': '/forum/flora',
'Government': '/forum/governments',
'Item': '/forum/items',
'Job': '/forum/jobs',
'Landmark': '/forum/landmarks',
'Language': '/forum/general-worldbuilding', # wtf did I do
'Location': '/forum/locations',
'Magic': '/forum/magic',
'Planet': '/forum/planets',
'Race': '/forum/races',
'Religion': '/forum/religions',
'Technology': '/forum/technology'
'Technology': '/forum/technology',
'Tradition': '/forum/traditions'
}
end
end