ActiveRecord::RecordNotFound exceptions handled more gracefully

git-svn-id: http://redmine.rubyforge.org/svn/trunk@133 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-01-02 08:47:07 +00:00
parent e7caec6e7d
commit e3becc7c3c
13 changed files with 48 additions and 21 deletions

View File

@@ -500,8 +500,8 @@ private
def find_project
@project = Project.find(params[:id])
@html_title = @project.name
rescue
redirect_to :action => 'list'
rescue ActiveRecord::RecordNotFound
render_404
end
# Retrieve query from session or build a new query