回答編集履歴
1
改善
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
|
|