Removed a useless rescue.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7978 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-29 18:11:59 +00:00
parent b8836d89b1
commit f45fc1a1ba
1 changed files with 0 additions and 2 deletions

View File

@ -206,8 +206,6 @@ class ApplicationController < ActionController::Base
render_404 unless @object.present?
@project = @object.project
rescue ActiveRecord::RecordNotFound
render_404
end
def find_model_object