indentlabs/notebook

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

Summary

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