indentlabs/notebook

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

Summary

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