2009-01-20 22:39:05 +01:00
|
|
|
"""Helper functions
|
|
|
|
|
|
|
|
Consists of functions to typically be used within templates, but also
|
|
|
|
available to Controllers. This module is available to both as 'h'.
|
|
|
|
"""
|
|
|
|
from webhelpers import *
|
2009-01-20 23:15:11 +01:00
|
|
|
from webhelpers.rails import *
|