X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8247478f4f772df8d09a29f3acd383fc6d32cf0..ba87362e7fe237c00df01967e02d182c15039f5d:/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"