In rails 2, I use <%=h %> to display HTML-generated by RedCloth, but how do I do that in Rails 3?
<%= raw RedCloth.new(@review).to_html %>
|
In rails 2, I use <%=h %> to display HTML-generated by RedCloth, but how do I do that in Rails 3?
| ||||
feedback
|
|
<%= raw %> read raw vs. html_safe vs. h to unescape html | |||||
|
feedback
|