[14:09]<chl_> hopbot: help [23:26]<technomancy> so... i'm having some trouble understanding how to create collections that belong to the root object [23:28]<technomancy> http://rafb.net/p/Ijsulb47.html [23:28]<technomancy> I have a Page HopObject with the name "foo", but trying to visit the path /pages/foo gives me "Object not found" [23:29]<technomancy> how am i supposed to set that up? [23:34]<technomancy> the thing is when i'm in the shell, root.pages.foo returns a Page HopObject... so I know that's working. it's just the mapping to a URL that's busted. [23:54]<technomancy> aha! i wasn't using add() to add new HopObjects... figured it out