how do i stop rails from escaping the html and pass it directly to the browser?
so the browser renders the html instead of displaying the actual html code.
how do i stop rails from escaping the html and pass it directly to the browser?
so the browser renders the html instead of displaying the actual html code.
Are you using the function h?
Phillip
oops yes i was... thanks for point that out!!