Sha256: 61dbca59ac14752a4e278c085537ffce9bbde5bfaeb579ea692fc88f5b93fca7
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
// This file is automatically compiled by Webpack, along with any other files // present in this directory. You're encouraged to place your actual application logic in // a relevant structure within app/javascript and only use these pack files to reference // that code so it'll be compiled. import Rails from "@rails/ujs" import Turbolinks from "turbolinks" import * as ActiveStorage from "@rails/activestorage" import "channels" Rails.start() Turbolinks.start() ActiveStorage.start() import 'elements'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby2js-4.0.4 | lib/tasks/testrails/app/javascript/packs/application.js |