I've been trying for a while now to auto fill a string from my database onto action text, without luck.
<%= f.rich_text_area :application,
placeholder: 'Hvis du har ansøgt skriftligt, så kan du ligge din ansøgning ind her',
value: @application %>
Does anyone know how to do this since value don't work?