How to unescape String in Rails
- by Midday
I have a long String from a WYSIWYG (in my case YUI) which I then send as html email.
since its an email all CSS needs to be inline so how should i unescape this:
<span style=\"color: #c00000; font-size: 14px;\">
Is .gsub '\"' , '"' enough?