From: Toshi MARUYAMA Date: Wed, 31 Aug 2011 12:03:37 +0000 (+0000) Subject: remove trailing white-spaces from app/controllers/project_enumerations_controller.rb. X-Git-Tag: 1.3.0~1068 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=751c0b0813e17e29eb1872294a0a15d47414a16e;p=redmine.git remove trailing white-spaces from app/controllers/project_enumerations_controller.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6894 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/controllers/project_enumerations_controller.rb b/app/controllers/project_enumerations_controller.rb index 0b15887fa..75e4a61aa 100644 --- a/app/controllers/project_enumerations_controller.rb +++ b/app/controllers/project_enumerations_controller.rb @@ -1,7 +1,7 @@ class ProjectEnumerationsController < ApplicationController before_filter :find_project_by_project_id before_filter :authorize - + def update if request.put? && params[:enumerations] Project.transaction do @@ -11,7 +11,7 @@ class ProjectEnumerationsController < ApplicationController end flash[:notice] = l(:notice_successful_update) end - + redirect_to :controller => 'projects', :action => 'settings', :tab => 'activities', :id => @project end