forked from jan/debianmemberportfolio
replace deprecated rails helper dependent code
This commit is contained in:
parent
8f32ef46b1
commit
eb4341c0db
3 changed files with 18 additions and 15 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue