回答編集履歴

1

miss

2021/10/29 13:45

投稿

youtubeuta
youtubeuta

スコア150

test CHANGED
@@ -30,6 +30,8 @@
30
30
 
31
31
  <%= render 'bookposts/bookposts', bookposts: @bookposts %>
32
32
 
33
- <%= render 'likes/like_button', bookpost: @bookpost %> #←使おうとしているのにindexに無い
33
+ <%= render 'likes/like_button', bookpost: @bookpost %>
34
+
35
+ <% #↑@bookpost使おうとしているのにindexに無い%>
34
36
 
35
37
  ```