indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class TownCitizen < ApplicationRecord
  belongs_to :user, optional: true
  belongs_to :town
  belongs_to :citizen, class_name: 'Character', optional: true
end