X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6d558003aa5672a27362ae3f42627df50bd81ad1..9deb3293ed5dfb5a15bb1643442d0ae9a0ea4a2f:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 45fc19f2c..3971494aa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -298,6 +298,7 @@ OpenStreetMap::Application.routes.draw do resource :account, :only => [:edit, :update, :destroy] do scope :module => :accounts do resource :terms, :only => [:show, :update] + resource :pd_declaration, :only => [:show, :create] resource :deletion, :only => :show end end