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