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 8272979 commit 3fbdd5eCopy full SHA for 3fbdd5e
app/javascript/better_together/controllers/index.js
@@ -4,6 +4,6 @@ import { application } from 'better_together/controllers/application'
4
5
// load all controllers defined in the import map under controllers/**/*_controller
6
import { lazyLoadControllersFrom } from 'stimulus-loading'
7
-lazyLoadControllersFrom('./better_together/controllers', application)
+lazyLoadControllersFrom('better_together/controllers', application)
8
9
console.log('controllers index')
0 commit comments