X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cdf9634d08540baf0264bdf74bd9a2f6bebfb124..refs/heads/master:/config/routes.rb 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"