From aefab7bc0df421998cfd0a82d9f60cc172b1c749 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 16 Nov 2016 22:43:28 -0500 Subject: [PATCH] notifications route --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 8ba116a1..8bd009b5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -36,6 +36,7 @@ Metamaps::Application.routes.draw do resources :mappings, except: [:index, :new, :edit] resources :messages, only: [:show, :create, :update, :destroy] + resources :notifications, only: [:index, :show] resources :metacode_sets, except: [:show]