working way to update your scheduled PTO

This commit is contained in:
Ken Johnson
2013-05-30 12:11:50 -04:00
parent 8044080b25
commit ff36b0fab5
3 changed files with 63 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
class Schedule < ActiveRecord::Base
attr_accessible :date_begin, :date_end, :event_desc, :event_name, :event_type, :user_id
belongs_to :paid_time_off
validates_presence_of :date_begin, :date_end
end