質問編集履歴
1
誤字修正です。
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,6 +30,8 @@
|
|
30
30
|
|
31
31
|
```rails
|
32
32
|
|
33
|
+
#if @registration.saveの所のようです。
|
34
|
+
|
33
35
|
class RegistrationsController < ApplicationController
|
34
36
|
|
35
37
|
before_action :set_registration, only: %i[ show edit update destroy ]
|
@@ -182,7 +184,7 @@
|
|
182
184
|
|
183
185
|
以下を参考に同じことを実装しましたがエラー内容は変わりませんでした。
|
184
186
|
|
185
|
-
|
187
|
+
恐らく自分と同じ内容のエラーなのですが。
|
186
188
|
|
187
189
|
https://qiita.com/katou02/items/eeb9862a7bfbf6f98f07
|
188
190
|
|