Displaying 1 result from an estimated 1 matches for "delegatedtask".
Did you mean:
delegatedtasks
2006 Apr 22
0
Newbie - list based on joined query?
I''m retrieving a list of tasks to display in a page using
@delegatedtask_pages, @delegatedtasks = paginate :tasks, :conditions =>
"user_id = " + session[:user_id].to_s + " percent_complete <> 100",
:order_by => ''due_on asc''
I''d like to only list the tasks which have been assigned to other
people. I have a ta...