pulling up the activeresource stuff again mostly to play with Aspen + more permanently removing the git-web-ui and ruby soap stuff

This commit is contained in:
Dan Buch
2012-08-04 22:03:05 -04:00
parent d747f2d680
commit 90c68ac486
36 changed files with 0 additions and 10576 deletions

View File

@@ -0,0 +1,10 @@
from server.families import Families
__families__ = Families()
family = __families__.get_by_surname(path['surname'])
if family:
response.body = {'family': family}
else:
response.code = 404
# vim:filetype=python