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])
|
@tracker ||= Tracker.find(params[:id])
|
||||||
@projects = Project.find(:all)
|
@projects = Project.find(:all)
|
||||||
end
|
end
|
||||||
|
|
||||||
def update
|
def update
|
||||||
@tracker = Tracker.find(params[:id])
|
@tracker = Tracker.find(params[:id])
|
||||||
if request.put? and @tracker.update_attributes(params[:tracker])
|
if request.put? and @tracker.update_attributes(params[:tracker])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user