sms-pager/app/models/parenthood.rb

5 lines
83 B
Ruby
Raw Normal View History

2015-09-18 15:50:52 -05:00
class Parenthood < ActiveRecord::Base
belongs_to :person
belongs_to :child
end