質問編集履歴

1

脱字

2016/03/15 06:57

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  devise_parameter_sanitizer.for(:sign_up).push(:name, :password, :profile, :position, :occupation, :avatar)
16
16
 
17
- devise_parameter_sanitizer.for(:account_update).push(:name, :password, :profile, :position, :occupation, :
17
+ devise_parameter_sanitizer.for(:account_update).push(:name, :password, :profile, :position, :occupation, :avatar)
18
18
 
19
19
  ```
20
20