Suppose I have the following string
@x = \"Turn me into a link\"
In my view, I want a link to be displayed.
In Simple Rails terms:
h remove html tags into number characters so that rendering won't break your html
h
html_safe sets a boolean in string so that the string is considered as html save
html_safe
raw It converts to html_safe to string
raw