From 94ad83592a7d3c8977850a8ff95d86452a9e9bb1 Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Fri, 1 Apr 2011 14:53:14 +0200 Subject: [PATCH] remove exception on forced loading attempt of project from provided params --- app/controllers/rb_application_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/rb_application_controller.rb b/app/controllers/rb_application_controller.rb index 16b9b68f0c..59980138a3 100644 --- a/app/controllers/rb_application_controller.rb +++ b/app/controllers/rb_application_controller.rb @@ -16,8 +16,6 @@ class RbApplicationController < ApplicationController @sprint.project elsif params[:project_id] Project.find(params[:project_id]) - else - raise "Cannot determine project (#{params.inspect})" end end