diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index f031ac292..8c3f6f7b9 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -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