I have a free text field defines as follows
t.text :freeText
in the gui it is defined
<p>
<b>Freetext:</b>
<%= @recipe.freeText %>
</p>
I get a textfield on the html. I want to be able to present large input text with multiline (kind of like JTextArea instead of JTextField). How do I declare it?