indentlabs/notebook

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

Summary

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