質問編集履歴

2

文章を編集しました。

2019/12/01 08:45

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -316,7 +316,7 @@
316
316
 
317
317
  def after_sign_up_path_for(resource)
318
318
 
319
- user_path
319
+ user_path(current_user)
320
320
 
321
321
  end
322
322
 
@@ -324,7 +324,7 @@
324
324
 
325
325
  def after_sign_in_path_for(resource)
326
326
 
327
- user_path
327
+ user_path(current_user)
328
328
 
329
329
  end
330
330
 

1

文章を編集しました。

2019/12/01 08:45

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -122,7 +122,7 @@
122
122
 
123
123
  ・Completed 200 OK in 575ms (Views: 537.1ms | ActiveRecord: 0.9ms)
124
124
 
125
- この文がヒントになると思うのですが、解決には至りませんでした。
125
+ この文がヒントになると思うのですが、どうでしょうか?
126
126
 
127
127
 
128
128
 
@@ -316,7 +316,7 @@
316
316
 
317
317
  def after_sign_up_path_for(resource)
318
318
 
319
- user_path(resource)
319
+ user_path
320
320
 
321
321
  end
322
322
 
@@ -324,7 +324,7 @@
324
324
 
325
325
  def after_sign_in_path_for(resource)
326
326
 
327
- user_path(resource)
327
+ user_path
328
328
 
329
329
  end
330
330