X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0f51052e86db1e2d219633dd2c7260588257404d..7d6ac34fbcc86f9750ea4590043f12e24b76d057:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index 4172069b9..aa2ae815b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -279,7 +279,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 + resource :pd_declaration, :only => [:show, :create] resource :deletion, :only => :show end end