質問編集履歴

1

脱字修正

2019/03/05 13:48

投稿

amuro_
amuro_

スコア27

test CHANGED
File without changes
test CHANGED
@@ -6,16 +6,28 @@
6
6
 
7
7
  application_controller.rb内で
8
8
 
9
+
10
+
9
11
  def after_sign_in_path_for(_resource)
10
12
 
13
+
14
+
11
15
  ~~~~~~~~_path
16
+
17
+
12
18
 
13
19
  end
14
20
 
15
21
  def after_sign_out_path_for(_resource)
16
22
 
23
+
24
+
17
25
  ~~~~~~~~_path
26
+
27
+
18
28
 
19
29
  end
20
30
 
31
+
32
+
21
33
  でログイン後とログアウト後の遷移先を指定しています。