diff options
author | francis <francis> | 2009-04-08 04:51:37 +0000 |
---|---|---|
committer | francis <francis> | 2009-04-08 04:51:37 +0000 |
commit | 27f5d1667b28922d3a5828ae7942e543c6fb13d9 (patch) | |
tree | eb1bba07ec13f17943f033a29f2e386797b216a1 | |
parent | 29c0800d019e86a770ec6abaab257b37ab4d096c (diff) |
controller, not model!
-rw-r--r-- | app/controllers/admin_request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin_request_controller.rb b/app/controllers/admin_request_controller.rb index 153d5eb75..18a577443 100644 --- a/app/controllers/admin_request_controller.rb +++ b/app/controllers/admin_request_controller.rb @@ -4,7 +4,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: admin_request_controller.rb,v 1.31 2009-04-02 11:25:43 francis Exp $ +# $Id: admin_request_controller.rb,v 1.32 2009-04-08 04:51:37 francis Exp $ class AdminRequestController < AdminController def index @@ -204,7 +204,7 @@ class AdminRequestController < AdminController return end - # Bejeeps, look, sometimes a URL is something that belongs in a model, jesus. + # Bejeeps, look, sometimes a URL is something that belongs in a controller, jesus. # XXX hammer this square peg into the round MVC hole - should be calling main_url(upload_response_url()) post_redirect = PostRedirect.new( :uri => upload_response_url(:url_title => info_request.url_title), |