aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-09-07 12:51:42 +0100
committerRobin Houston <robin.houston@gmail.com>2012-09-07 12:51:42 +0100
commitc690679f5e55d908a0f91b0d9b3276ae3f748b2d (patch)
treecbe46b2e859aa6f59d39a110d997274091004a24 /app/controllers/help_controller.rb
parent67a3a43cc26f8ad7218f33a13af04c3c74347866 (diff)
parentdd39dbc580b1447758a6d3b9231ce09c9b3dcdf3 (diff)
Merge branch 'wdtk' of git.mysociety.org:/data/git/public/alaveteli into wdtk
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index e3b77271e..c7affd57c 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -15,7 +15,7 @@ class HelpController < ApplicationController
def unhappy
@info_request = nil
if params[:url_title]
- @info_request = InfoRequest.find_by_url_title(params[:url_title])
+ @info_request = InfoRequest.find_by_url_title!(params[:url_title])
end
end