how can i tell ruby to use the html string
- by Matt
i have this
"<img src='#{picture.url(:tiny)}'>"
which prints to this
<img src='/system/pictures/2/tiny/Womacdsf.jpg?1294942797'>, <img src='/system/pictures/3/tiny/Womacdsf_3017.jpg?1294942797'>, <img src='/system/pictures/4/tiny/Womacdsf_8012.jpg?1294942797'>, … (8)
as you can see this is doing the < and > instead of the < and
how can i tell ruby this is not what i want