最佳答案
我有一个 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.