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 b45ff17f5..60e33b3cf 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -65,6 +65,8 @@ Alaveteli::Application.routes.draw do
# mechanism, which assumes all post-login actions are available via GET, so we
# refrain.
match '/request/:url_title/report' => 'request#report_request', :as => :report
+ match '/request/:url_title/report/new' => 'request#new_report_request', :as => :new_report_request
+
####
#### User controller