aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-13 16:58:33 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-15 12:22:22 +1100
commit4b83519e02d5d42708dd1770f965b122a11c4440 (patch)
treeb46311f4e9e8fbbbe1a3813f3bbcd4a0757cc5d8 /app/controllers/request_controller.rb
parenta5e2adf08cdcea0bec25e14b83584091edfb79fb (diff)
Rename helper method
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r--app/controllers/request_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index dfa3a4834..0dec1fb72 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -279,7 +279,7 @@ class RequestController < ApplicationController
else
# if not requestable because defunct or not_apply, redirect to main page
# (which doesn't link to the /new/ URL)
- redirect_to public_body_url(@info_request.public_body)
+ redirect_to public_body_path(@info_request.public_body)
end
end
return