質問編集履歴
3
独自でのプロセスを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -158,6 +158,20 @@
|
|
158
158
|
|
159
159
|
|
160
160
|
|
161
|
+
Reactでフロントを作成し、updateした結果
|
162
|
+
|
163
|
+
```
|
164
|
+
|
165
|
+
Unpermitted parameters: :avatar, :registration
|
166
|
+
|
167
|
+
Filter chain halted as :validate_account_update_params rendered or redirected
|
168
|
+
|
169
|
+
Completed 422 Unprocessable Entity in 19ms (Views: 0.3ms | ActiveRecord: 0.5ms | Allocations: 1030)
|
170
|
+
|
171
|
+
```
|
172
|
+
|
173
|
+
stackoverflowで回答らしきものがあった(application_controller.rbにてconfigure_permitted_parametersのbefore_actionの開始順を早めるためにprepend_before_actionに変える。)のですが、そちらも上手くいきませんでした。
|
174
|
+
|
161
175
|
|
162
176
|
|
163
177
|
**バージョン**
|
2
日本語の修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
ActiveStorage Devisの独自カラムを追加するにはどうしたらいいでしょうか。
|
test
CHANGED
File without changes
|
1
タイトルの日本語文法間違いの修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Devise ActiveStorageの独自カラム
|
1
|
+
Devise ActiveStorageの独自カラムを追加するにはどうしたらいいでしょうか。
|
test
CHANGED
File without changes
|