I have a field Rich text in contentful that I try to render, it's a ordered list. I installed the gem rich-text-renderer [ https://github.com/contentful/rich-text-renderer.rb ] but I don't get how to render the Rich text, is anyone having an example, a tuto or could help me on this point ?
In my view I call the field like this :
<% tools = contentful.entries(content_type:'tools',include: 2)%>
but can't display the field called test in the right way