indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class LocationLeadership < ApplicationRecord
  include HasContentLinking

  belongs_to :user, optional: true

  belongs_to :location
  belongs_to :leader, class_name: 'Character', optional: true
end