notebook/app/models/page_groupers/birthing.rb
2020-04-24 02:16:05 -05:00

11 lines
221 B
Ruby

class Birthing < ApplicationRecord
include HasContentLinking
belongs_to :user, optional: true
belongs_to :character
belongs_to :birthplace, class_name: 'Location', optional: true
# TODO: more fields here
end