@@ -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