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.
|
I would like to convert strings like this:
to
(i.e. decode HTML entities) What Ruby/Rails function does the trick ? I want to use this function in the model.
| |||
|
feedback
|
|
How do I encode/decode HTML entities in Ruby? :)
Also | |||
|
feedback
|