X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5ca24de0d04bef18353d3f0ecdd069d0bca34ce2..aebacc88de18c24c583a12b589eb98cf0b826627:/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