indentlabs/notebook

View on GitHub
app/models/page_groupers/birthing.rb

Summary

Maintainability
A
0 mins
Test Coverage
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