aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-12-18 19:11:42 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-13 12:36:41 +0000
commit98189eedf4c80d730eb89f860e474c20759cfcec (patch)
tree3a5ef8c0f3c824cad87278960d4882fd2abd0adc /config/routes.rb
parentbfd1a71eeb4962996db5b226a976558b9f7a50bd (diff)
Add change requests to the 'Things to do' list
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index a70be2492..27311fab7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -174,6 +174,11 @@ Alaveteli::Application.routes.draw do
match '/admin/body/mass_tag_add' => 'admin_public_body#mass_tag_add', :as => :admin_body_mass_tag_add
####
+ #### AdminPublicBodyChangeRequest controller
+ match '/admin/change_request/edit/:id' => 'admin_public_body_change_requests#edit', :as => :admin_change_request_edit
+ match '/admin/change_request/update/:id' => 'admin_public_body_change_requests#update', :as => :admin_change_request_update
+ ####
+
#### AdminGeneral controller
match '/admin' => 'admin_general#index', :as => :admin_general_index
match '/admin/timeline' => 'admin_general#timeline', :as => :admin_timeline