get the done view on a context and a project

This commit is contained in:
Reinier Balt 2011-06-17 14:30:32 +02:00
parent 35fe362b93
commit a58e832945
10 changed files with 96 additions and 14 deletions

View file

@ -54,6 +54,6 @@ module Tracks
def deferred_todo_count
self.todos.count_in_state(:deferred)
end
end
end