Class | TimesheetRow |
In: |
app/models/timesheet_row.rb
|
Parent: | ActiveRecord::Base |
File: | timesheet_row.rb |
(C): | Hipposoft 2008, 2009 |
Purpose: | Describe the behaviour of TimesheetRow objects. See below for more details. |
07-Jan-2008 (ADH): Created.
DAY_ORDER | = | [ 1, 2, 3, 4, 5, 6, 0 ] | Day number order within a row - Monday to Sunday, | |
FIRST_DAY | = | DAY_ORDER[ 0 ] | ||
LAST_DAY | = | DAY_ORDER[ 6 ] | ||
DAY_NAMES | = | Date::DAYNAMES |