質問編集履歴

4

タイトルを変更しました。

2019/09/26 00:15

投稿

hakoco_12
hakoco_12

スコア11

test CHANGED
@@ -1 +1 @@
1
- ログアウト機能を実装したいのですが、link_toでmethodオプションが指定できません
1
+ railsでログアウト機能を実装したいのですが、link_toでmethodオプションが指定できません
test CHANGED
File without changes

3

タイトルを変更しました。

2019/09/26 00:15

投稿

hakoco_12
hakoco_12

スコア11

test CHANGED
@@ -1 +1 @@
1
- link_toでmethodオプションが指定できない
1
+ ログアウト機能を実装したいのですが、link_toでmethodオプションが指定できません
test CHANGED
File without changes

2

試したこと①をさらに詳細に書きました。

2019/09/26 00:15

投稿

hakoco_12
hakoco_12

スコア11

test CHANGED
File without changes
test CHANGED
@@ -100,7 +100,9 @@
100
100
 
101
101
 
102
102
 
103
- ①<%= link_to 'logout', {logout_path} , method: :post %>
103
+ ①<%= link_to 'logout', {logout_path} , {method: :post} %>
104
+
105
+ (第2、第3片方だけ{}をつける形も試しました)
104
106
 
105
107
  結果:変化なし
106
108
 

1

エラー内容を追記しました。

2019/09/26 00:14

投稿

hakoco_12
hakoco_12

スコア11

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,12 @@
11
11
 
12
12
 
13
13
  ログインの時はform_tagを使うので問題なく使えています。
14
+
15
+
16
+
17
+ #エラー内容
18
+
19
+ No route matches [GET] "/logout"
14
20
 
15
21
 
16
22