質問編集履歴

3

書式の修正

2023/04/23 10:52

投稿

stmaho
stmaho

スコア1

test CHANGED
File without changes
test CHANGED
@@ -73,7 +73,7 @@
73
73
  <% end %>
74
74
 
75
75
  <%= render "devise/shared/links" %>
76
-
76
+ ```
77
77
  ```devise.rb
78
78
  config.authentication_keys = [:patient_id, :birth_date]
79
79
  ```

2

試したことの修正

2023/04/23 10:51

投稿

stmaho
stmaho

スコア1

test CHANGED
File without changes
test CHANGED
@@ -79,7 +79,6 @@
79
79
  ```
80
80
 
81
81
 
82
- ```
83
82
  ### 試したこと
84
83
  binding.pryも導入しましたが、使い方も深く理解でていないため、使いこなせておりません。
85
84
  どこに挿入し、コンソールになにを記入すれば良いか分からず。。。

1

config/devise.rbの追加

2023/04/23 10:49

投稿

stmaho
stmaho

スコア1

test CHANGED
File without changes
test CHANGED
@@ -74,6 +74,11 @@
74
74
 
75
75
  <%= render "devise/shared/links" %>
76
76
 
77
+ ```devise.rb
78
+ config.authentication_keys = [:patient_id, :birth_date]
79
+ ```
80
+
81
+
77
82
  ```
78
83
  ### 試したこと
79
84
  binding.pryも導入しましたが、使い方も深く理解でていないため、使いこなせておりません。