这是一个字段的值:
"This is my special statement.\nLine 2.\nLine 3."
在我的文本区域中,它显示如下:
This is my special statement.
Line 2.
Line 3.
我erb
的这个文本区域的代码是:
<%= text_area :user, :custom_statement, :class => "field" %>
知道这里发生了什么吗?