diff options
-rw-r--r-- | app/controllers/trackers_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/trackers_controller.rb b/app/controllers/trackers_controller.rb index 074514d96..02f91eaab 100644 --- a/app/controllers/trackers_controller.rb +++ b/app/controllers/trackers_controller.rb @@ -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]) |