質問編集履歴

1

修正

2018/01/22 16:28

投稿

8070_nn
8070_nn

スコア12

test CHANGED
File without changes
test CHANGED
@@ -78,6 +78,14 @@
78
78
 
79
79
  ```
80
80
 
81
+ def pages_index
82
+
83
+ @articles = Article.all
84
+
85
+ end
86
+
87
+
88
+
81
89
  def edit
82
90
 
83
91
  @blog = Blog.find(params[:id])