π Rails - Simple FormatAug 21, 2023#TIL#ruby_on_railshttps://apidock.com/rails/ActionView/Helpers/TextHelper/simple_formatsimple_format view helper will render HTML tags for the given text. Particularly useful when accepting a text area for content as 2 "/n" will render paragraph (<p>) tags.