Rails Destroy not working after adding Bootstrap with Webpacker

I am creating a rails project and I am having a couple of issues. What I’ve done so far Firstly I added bootstrap to the project using cdn links in the application.html.erb file in layouts. This gave me the formatting I needed and worked fine HOWEVER, due to turbo-links the javascript required for drop-down navigation… Read More Rails Destroy not working after adding Bootstrap with Webpacker