diff options
author | David Yip <yipdw@member.fsf.org> | 2018-05-14 14:14:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 14:14:00 -0500 |
commit | b5684e987484661ba63fc9815c03667a8a93586e (patch) | |
tree | 755476fb27484fb36bd01578f8f22d4dd8d64562 /config/routes.rb | |
parent | 46659655439e7d76726aa38ed5d599a795b3790f (diff) | |
parent | ba7ee67498905cbc96d531d45a80e284880e09ee (diff) |
Merge pull request #481 from ThibG/glitch-soc/merge
Merge upstream changes
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 86aaea9ab..8fe592ee8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -326,7 +326,7 @@ Rails.application.routes.draw do end namespace :push do - resource :subscription, only: [:create, :update, :destroy] + resource :subscription, only: [:create, :show, :update, :destroy] end end |