// 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" Rails.start() <%- unless options[:skip_turbolinks] -%> import Turbolinks from "turbolinks" Turbolinks.start() <%- end -%> <%- unless skip_active_storage? -%> import * as ActiveStorage from "activestorage" ActiveStorage.start() <%- end -%> <%- unless options[:skip_action_cable] -%> import "channels" <%- end -%>