indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class LoreGovernment < ApplicationRecord
  belongs_to :lore
  belongs_to :government, optional: true
  
  belongs_to :user, optional: true
end