added another chart for PTO and fixed badly named method

This commit is contained in:
Ken Johnson
2013-05-28 10:41:04 -04:00
parent 657db353c4
commit a1712f78a3
2 changed files with 54 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class PaidTimeOff < ActiveRecord::Base
self.sick_days_earned - self.sick_days_taken
end
def pto_days_reamining
def pto_days_remaining
self.pto_earned - self.pto_taken
end