We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3a1a6 commit e0c445aCopy full SHA for e0c445a
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