I am trying to decode some HTML entities, such as '&lt;' becoming '<'.
I have an old gem (html_helpers) but it seems to have been abandoned twice.
Any recommendations? I will need to use it in a model.
I am trying to decode some HTML entities, such as '&lt;' becoming '<'.
I have an old gem (html_helpers) but it seems to have been abandoned twice.
Any recommendations? I will need to use it in a model.