質問編集履歴
3
独自でのプロセスを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -78,6 +78,13 @@
|
|
78
78
|
|
79
79
|
```
|
80
80
|
|
81
|
+
Reactでフロントを作成し、updateした結果
|
82
|
+
```
|
83
|
+
Unpermitted parameters: :avatar, :registration
|
84
|
+
Filter chain halted as :validate_account_update_params rendered or redirected
|
85
|
+
Completed 422 Unprocessable Entity in 19ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 1030)
|
86
|
+
```
|
87
|
+
stackoverflowで回答らしきものがあった(application_controller.rbにてconfigure_permitted_parametersのbefore_actionの開始順を早めるためにprepend_before_actionに変える。)のですが、そちらも上手くいきませんでした。
|
81
88
|
|
82
89
|
**バージョン**
|
83
90
|
Ruby. 2.7.4
|
2
日本語の修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
ActiveStorage Devisの独自カラムを追加するにはどうしたらいいでしょうか。
|
body
CHANGED
File without changes
|
1
タイトルの日本語文法間違いの修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Devise ActiveStorageの独自カラム
|
1
|
+
Devise ActiveStorageの独自カラムを追加するにはどうしたらいいでしょうか。
|
body
CHANGED
File without changes
|