diff --git a/config/routes.rb b/config/routes.rb index b0003895..3d4f6d38 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,6 +21,8 @@ Rails.application.routes.draw do delete '/comment_by_id', to: 'comments#destroy_by_id' put '/comments', to: 'comments#update' + resources :subscriptions + root to: 'application#welcome' namespace :admin do