diff --git a/config/routes.rb b/config/routes.rb index bff2cfcfd..4cd4fab45 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -11,6 +11,7 @@ Rails.application.routes.draw do resource :avatar resource :role resource :events + resources :push_subscriptions end end