indentlabs/notebook

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

Summary

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