added the PTO section
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class PaidTimeOff < ActiveRecord::Base
|
||||
attr_accessible :pto_earned, :pto_taken, :sick_days_earned, :sick_days_taken, :user_id
|
||||
belongs_to :user
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user