replace deprecated rails helper dependent code

This commit is contained in:
Jan Dittberner 2009-01-22 22:18:26 +01:00
parent 8f32ef46b1
commit eb4341c0db
3 changed files with 18 additions and 15 deletions

View file

@ -26,4 +26,7 @@ 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 *
from webhelpers.rails import *
from webhelpers.html.tags import *
from webhelpers.text import *
from webhelpers.textile import *
from routes.util import *