Guest User

Untitled

a guest
Oct 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class Doctor < ActiveRecord::Base
  2. attr_accessible :name, :phone, :province_id
  3.  
  4. has_many :schedules, :dependent => :destroy
  5. has_one :province
  6. end
Add Comment
Please, Sign In to add comment