From d38f5dc5fd077174b7577de2138955faacd2a392 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 10 Dec 2011 21:13:26 +0100 Subject: [PATCH] Added missing documentation for Controllers::Index#get --- stoptime.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stoptime.rb b/stoptime.rb index 1409da1..057dfec 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -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|