aboutsummaryrefslogtreecommitdiff
path: root/src/js/app.js
blob: cca98fa2284df75582accab996a438081374c9fc (plain)
1
2
3
4
5
6
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();