0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

rails6 bootstrap5 deleteメソッドについて

Posted at

はじめに

こちらは,link_toでdeleteメソッドを使用するとrouteエラーが出たので、その解決法を投稿します。

環境

rails 6.1.4
bootstrap 5

該当コード

<li><%= link_to 'ログアウト', logout_path, method: :delete %></li>

対処法

popperというパッケージをインストールしたら、エラーが解消された
こちら公式サイト
https://popper.js.org/

反省

私の記事は、エラーの原因を詳しく書けていなかったことに気づいたので、次からは原因を書いていこうと思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?