timesheet_row.rb
Hipposoft 2008
Describe the behaviour of TimesheetRow objects. See below for more details.
07-Jan-2008 (ADH): Created.
Day number order within a row - Monday to Sunday,
Return the sum of hours in work packets on this row.
# File app/models/timesheet_row.rb, line 49 def row_sum() return self.work_packets.sum( :worked_hours ) end