最佳答案
我有一个 text_area
在一个 fields_for
里面,它在一个 form_for
里面。
<%= day_form.text_area :hatch %>
Is it possible to change the size of the text_area
? For example: day_form.text_area size: 5
.