trying out resource routing. Works decently. Added lots of notes.
[zzz-floof.git] / floof / lib / helpers.py
index 28e9176..c8a1251 100644 (file)
@@ -8,6 +8,7 @@ available to Controllers. This module is available to both as 'h'.
 # from webhelpers.html.tags import checkbox, password
 from webhelpers import *
 from routes import url_for, redirect_to
+from pylons import url
 
 # Scaffolding helper imports
 from webhelpers.html.tags import *