Method to fetch a single notification

This commit is contained in:
Eugen Rochko 2017-01-21 22:14:13 +01:00
parent deedf133d3
commit 3a4b5961be
2 changed files with 5 additions and 1 deletions

View file

@ -114,7 +114,7 @@ Rails.application.routes.draw do
end
end
resources :notifications, only: [:index]
resources :notifications, only: [:index, :show]
resources :favourites, only: [:index]
resources :accounts, only: [:show] do