$(document).on('turbolinks:load', function () {
  if ($('#model_index').length) {
    TW.views.shared.recent_updates.init()
  }
})