// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails import "@hotwired/turbo-rails" import "controllers" // Bootstrap document.addEventListener("turbo:load", function() { $('[data-toggle="tooltip"]').tooltip() $('[data-toggle="popover"]').popover() })