回答編集履歴

1

改善

2020/04/17 08:59

投稿

oouu
oouu

スコア31

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  @comment = Comment.new
20
20
 
21
- @comments = @tweet ? @tweet.comments.includes(:user) : []
21
+ @comments = @tweet ? @tweet.comments.includes(:user) : []
22
22
 
23
23
  end
24
24