We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0929e commit 6a036d0Copy full SHA for 6a036d0
app/javascript/application.js
@@ -2,6 +2,10 @@
2
import "@hotwired/turbo-rails"
3
import "controllers"
4
5
+// Change to true to allow Turbo
6
+Turbo.session.drive = false
7
+
8
+// Allow UJS alongside Turbo
9
import jquery from "jquery";
10
window.jQuery = jquery;
11
window.$ = jquery;
0 commit comments