diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-20 17:08:36 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-20 17:08:36 +0100 |
commit | 396b272c7f77ffe94ec5efb112e88a3c384d2db0 (patch) | |
tree | 6dd70f382bf21ec196c872de2264313468310816 /app/controllers/help_controller.rb | |
parent | 804ce54e241f99e4e146c8c6ffded5fbb1adc790 (diff) | |
parent | f2115fe4357d232d0e8a373881790a9a38ee80f5 (diff) |
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 2 |
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 |