indentlabs/notebook

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

Summary

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