Skip to content

Instantly share code, notes, and snippets.

@ManickYoj
Created January 22, 2022 04:08
Show Gist options
  • Save ManickYoj/0a6ff9de41aa00097e4b1e4347c9f0a9 to your computer and use it in GitHub Desktop.
Save ManickYoj/0a6ff9de41aa00097e4b1e4347c9f0a9 to your computer and use it in GitHub Desktop.
// app/javascripts/application.js
// This is the entry point for the build script in package.json.
// That is to say if your JS files aren't imported here,
// they won't be bundled.
import "@hotwired/turbo-rails"
import "./controllers"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment