Skip to content

Instantly share code, notes, and snippets.

@NaiyaShah-BTC
Created April 10, 2019 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NaiyaShah-BTC/a85739dc899d560b3e64f9fb466e90e9 to your computer and use it in GitHub Desktop.
Save NaiyaShah-BTC/a85739dc899d560b3e64f9fb466e90e9 to your computer and use it in GitHub Desktop.
Rails - 6 - application.js file after requiring jquery
require("@rails/ujs").start()
require("turbolinks").start()
require("@rails/activestorage").start()
require("channels")
require("jquery")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment