I got a rails app where I can input a few paragraphs of text into my model. The problem is I dont know how to input any line breaks.
I\'ve tried to add \" {ln}{/ln}
The answers above were good:
gsub
simple_format
So I tweaked as follows:
simple_format(value, {}, wrapper_tag: 'div')