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:
parent
a829bfa755
commit
adcf54a92b
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue