notebook/app/models/page_groupers/technology_planet.rb
2020-04-24 02:16:05 -05:00

6 lines
144 B
Ruby

class TechnologyPlanet < ApplicationRecord
belongs_to :user, optional: true
belongs_to :technology
belongs_to :planet, optional: true
end