notifications route
This commit is contained in:
parent
3c1d163984
commit
aefab7bc0d
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue