Rails.application.routes.draw do root to: 'notification#index' get 'notification/index' get 'notification/show_notice' get 'notification/show_alert' get 'notification/turbo_notice' get 'notification/turbo_alert' get 'notification/turbo_more' get 'notification/turbo_none' end