Exception: HrLite::CompOffRequest::StaleOffDay

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/hr_lite/comp_off_request.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



95
96
97
98
# File 'app/models/hr_lite/comp_off_request.rb', line 95

def message
  "That date is now a regular working day (the calendar changed since the request) — " \
    "reject it and ask them to re-file if it still applies."
end