Added missing documentation for Controllers::Index#get

This commit is contained in:
Paul van Tilburg 2011-12-10 21:13:26 +01:00
parent 3570cbb3f4
commit d38f5dc5fd
1 changed files with 2 additions and 0 deletions

View File

@ -483,6 +483,8 @@ module StopTime::Controllers
# path:: /
# view:: Views#overview
class Index
# Shows an overview of all unbilled projects/tasks per customer using
# Views#overview.
def get
@tasks = {}
Customer.all.each do |customer|