X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7f611b295f39b8c42219a5ce6c84582db74ce8f7..73170726e2e1c6f5dcbb649f82c4a845b9d6e980:/config/routes.rb?ds=inline diff --git a/config/routes.rb b/config/routes.rb index af72c457d..f65042dd7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -108,6 +108,8 @@ OpenStreetMap::Application.routes.draw do post "close" post "reopen" end + + resource :subscription, :only => [:create, :destroy], :controller => "note_subscriptions" end resources :user_blocks, :only => :show, :id => /\d+/, :controller => "user_blocks"