質問編集履歴

1

一覧は表示されましたが、やはり投稿後にindex.jsでこけてしまいます。

2020/03/08 22:49

投稿

k10a
k10a

スコア35

test CHANGED
File without changes
test CHANGED
@@ -128,7 +128,7 @@
128
128
 
129
129
  <% posts.each do |post| %>
130
130
 
131
- <li><%= @post.content %></li>
131
+ <li><%= post.content %></li>
132
132
 
133
133
  <% end %>
134
134