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|