diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-28 09:00:17 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-28 12:49:14 +0100 |
commit | bd2472e13a03f4f30c96a5d694efdc5c76798662 (patch) | |
tree | 2823226dd7ce86e8ee3a209ceca2a91dff2f2a00 /app/controllers/request_controller.rb | |
parent | 5c6dfebda5d6f6ec2b3f25905b95e3a9e4247fe7 (diff) |
Cause the final step in the "new request" workflow to have a unique URL (so we can distinguish it in Google Analytics). Fixes #96
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 472f18f6e..7b9421464 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -313,7 +313,7 @@ class RequestController < ApplicationController replied by then.</p> <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an annotation below telling people about your writing.</p>",:law_used_full=>@info_request.law_used_full) - redirect_to request_url(@info_request) + redirect_to show_new_request_path(:url_title => @info_request.url_title) end # Submitted to the describing state of messages form |