質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,6 +38,10 @@
|
|
38
38
|
```
|
39
39
|
「pages_controller」
|
40
40
|
```
|
41
|
+
def pages_index
|
42
|
+
@articles = Article.all
|
43
|
+
end
|
44
|
+
|
41
45
|
def edit
|
42
46
|
@blog = Blog.find(params[:id])
|
43
47
|
end
|