質問編集履歴
1
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,12 @@
|
|
24
24
|
と、拒絶されてしまいます。
|
25
25
|
|
26
26
|
|
27
|
+
このようなエラーも発生していました。
|
28
|
+
```
|
29
|
+
DEPRECATION WARNING: You attempted to assign a value which is not explicitly `true` or `false` ("{:autofocus=>true}") to a boolean column. Currently this value casts to `false`. This will change to match Ruby's semantics, and will cast to `true` in Rails 5. If you would like to maintain the current behavior, you should explicitly handle the values you would like cast to `false`. (called from update_without_current_password at /home/ubuntu/workspace/app/models/user.rb:79)
|
30
|
+
```
|
27
31
|
|
32
|
+
|
28
33
|
###該当のソースコード
|
29
34
|
|
30
35
|
【user.rb】
|