<%= form_with model: [ article, Comment.new ] do |form| %> Your comment:
<%= form.text_area :content, size: "20x5" %> <%= form.submit %> <% end %>