Browse Source

Not using ActiveStorage

jsbundling-with-webpack-modernizr
baarkerlounger 3 years ago
parent
commit
a597c25cfc
  1. 1
      app/frontend/application.js

1
app/frontend/application.js

@ -10,5 +10,4 @@ import "./controllers"
import "@hotwired/turbo-rails" import "@hotwired/turbo-rails"
import { initAll } from "govuk-frontend" import { initAll } from "govuk-frontend"
ActiveStorage.start()
initAll() initAll()

Loading…
Cancel
Save