about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:14:13 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-21 22:14:13 +0100
commit3a4b5961bea66681ba9c455fcfd3ec497bfaed2f (patch)
tree07a1948891358c2a2d5f41d30ab51f711eda059a /config
parentdeedf133d386d388da146c9fc24659b361ef1c49 (diff)
Method to fetch a single notification
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4606c663a..349ab336a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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