SyntaxFix
Write A Post
Hire A Developer
Questions
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