Ok. I know this is very basic. I want to have some basic tags around text content in the database to be processed in the view\'s rendering.
Basically, I have a model
You can use the raw helper method.
<%=raw @page.content %>
<%= @page.content.html_safe %> if you are safe with it's content.
<%= @page.content.html_safe %>