diff options
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/app.js b/src/js/app.js new file mode 100644 index 0000000..cca98fa --- /dev/null +++ b/src/js/app.js @@ -0,0 +1,7 @@ +/* eslint no-console:0 */ + +// Rails Unobtrusive JavaScript (UJS) is *required* for links in Lucky that use DELETE, POST and PUT. +// Though it says "Rails" it actually works with any framework. +import Rails from "@rails/ujs"; +Rails.start(); + |