5 lines
83 B
Ruby
5 lines
83 B
Ruby
|
class Parenthood < ActiveRecord::Base
|
||
|
belongs_to :person
|
||
|
belongs_to :child
|
||
|
end
|