aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index cadb7ec54..a70be2492 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -108,6 +108,8 @@ Alaveteli::Application.routes.draw do
match '/body_statistics' => 'public_body#statistics', :as => :public_bodies_statistics
####
+ resource :change_request, :only => [:new, :create], :controller => 'public_body_change_requests'
+
#### Comment controller
match '/annotate/request/:url_title' => 'comment#new', :as => :new_comment, :type => 'request'
####