Add comments'

This commit is contained in:
Ryan W
2021-12-16 14:33:08 -08:00
parent 4edabe6ab1
commit 3a146f7f60
15 changed files with 97 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
<p id="notice"><%= notice %></p>
<%= render @article %>
<%= render "articles/comments", article: @article %>
<div>
<%= link_to "Edit this article", edit_article_path(@article) %> |