We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49d9b0 commit 2dcbd86Copy full SHA for 2dcbd86
app/javascript/application.js
@@ -1,2 +1,3 @@
1
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
2
import "controllers"
3
+import "@hotwired/turbo-rails"
config/importmap.rb
@@ -4,3 +4,4 @@
4
pin "@hotwired/stimulus", to: "stimulus.min.js"
5
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
6
pin_all_from "app/javascript/controllers", under: "controllers"
7
+pin "@hotwired/turbo-rails", to: "turbo.min.js"
0 commit comments