remove trailing white-space from app/controllers/trackers_controller.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10851 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-11-18 23:15:45 +00:00
parent a829bfa755
commit adcf54a92b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class TrackersController < ApplicationController
@tracker ||= Tracker.find(params[:id])
@projects = Project.find(:all)
end
def update
@tracker = Tracker.find(params[:id])
if request.put? and @tracker.update_attributes(params[:tracker])