##// END OF EJS Templates
remove trailing white-space from app/controllers/trackers_controller.rb...
Toshi MARUYAMA -
r10624:adcf54a92b13
parent child
Show More
@@ -59,7 +59,7 class TrackersController < ApplicationController
59 @tracker ||= Tracker.find(params[:id])
59 @tracker ||= Tracker.find(params[:id])
60 @projects = Project.find(:all)
60 @projects = Project.find(:all)
61 end
61 end
62
62
63 def update
63 def update
64 @tracker = Tracker.find(params[:id])
64 @tracker = Tracker.find(params[:id])
65 if request.put? and @tracker.update_attributes(params[:tracker])
65 if request.put? and @tracker.update_attributes(params[:tracker])
General Comments 0
You need to be logged in to leave comments. Login now