indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class CharacterBirthtown < ApplicationRecord
  belongs_to :user, optional: true

  belongs_to :character
  belongs_to :birthtown, class_name: Town.name, optional: true
end