Skip to content

Instantly share code, notes, and snippets.

@joeybeninghove
Created January 9, 2018 00:03
Show Gist options
  • Save joeybeninghove/ef7e8bd9ba7d28087f2161bff3eec709 to your computer and use it in GitHub Desktop.
Save joeybeninghove/ef7e8bd9ba7d28087f2161bff3eec709 to your computer and use it in GitHub Desktop.
Rails 5.2 Webpacker Defaults
import Rails from "rails-ujs"
import Turbolinks from "rails-ujs"
import * as ActiveStorage from "activestorage"
Turbolinks.start()
ActiveStorage.start()
import '../src/application.css';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment