回答編集履歴
1
変更
test
CHANGED
@@ -4,4 +4,6 @@
|
|
4
4
|
|
5
5
|
@category = Category.find_by(name: @tweet.category.name)
|
6
6
|
|
7
|
+
@category_children = @category.children
|
8
|
+
|
7
9
|
```
|