document.addEventListener('turbolinks:load', () => {
  if (document.querySelector('#model_index')) {
    TW.views.shared.index.init()
  }
})