回答編集履歴

1

path修正

2017/08/07 17:19

投稿

hellomartha
hellomartha

スコア329

test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  def after_sign_in_path_for(resource)
38
38
 
39
- m_show_article_path(user_id: resource.id)
39
+ m_show_articles_path(user_id: resource.id)
40
40
 
41
41
  end
42
42