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