X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9519f26241c5715313d82a2d3f9fb3f44210b2c0..851de28303fc9c24d095b9452b862bea618ec0da:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 73540ca7f..bc4c12c97 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -229,4 +229,7 @@ OpenStreetMap::Application.routes.draw do match '/blocks/new/:display_name' => 'user_blocks#new', :via => :get, :as => "new_user_block" resources :user_blocks match '/blocks/:id/revoke' => 'user_blocks#revoke', :via => [:get, :post], :as => "revoke_user_block" + + # redactions + resources :redactions end