質問編集履歴

1

account_activations_controllerを追加

2019/02/09 14:10

投稿

sasa819
sasa819

スコア7

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,24 @@
54
54
 
55
55
  ```
56
56
 
57
+ account_activations_controller.rbの中身
58
+
59
+
60
+
61
+ ```rails
62
+
63
+ class AcountActivationsController < ApplicationController
64
+
65
+
66
+
67
+ def edit
68
+
69
+ end
70
+
71
+ end
72
+
73
+ ```
74
+
57
75
 
58
76
 
59
77
  ルーティングが間違っていないのに、なぜRouting Errorが出るのかわかりません。。