Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class NewAppointmentBoundary
  2. include ActiveAttr::Model
  3.  
  4. attribute :start_date
  5. attribute :end_date
  6.  
  7. validates :start_date presence: true
  8. validates :end_date presence: true
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement