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 89ccd48 commit 549ebe2Copy full SHA for 549ebe2
config/importmap.rb
@@ -5,3 +5,4 @@
5
pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
6
pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
7
pin_all_from "app/javascript/controllers", under: "controllers"
8
+pin_all_from "app/javascript/custom", under: "custom"
0 commit comments