Files
baclight/app/views/comments/_new.html.erb
T

6 lines
157 B
Plaintext
Raw Normal View History

2021-12-16 14:33:08 -08:00
<%= form_with model: [ article, Comment.new ] do |form| %>
Your comment:<br>
<%= form.text_area :content, size: "20x5" %>
<%= form.submit %>
<% end %>