I would like to convert strings like this:

"I'm working"

to

"I'm working"

(i.e. decode HTML entities)

What Ruby/Rails function does the trick ?

I want to use this function in the model.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

How do I encode/decode HTML entities in Ruby? :) Also .html_safe method, but this one only working in the view.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.