notebook/app/models/planet_continent.rb
2020-01-28 18:11:01 -06:00

6 lines
126 B
Ruby

class PlanetContinent < ApplicationRecord
belongs_to :planet
belongs_to :continent
belongs_to :user, optional: true
end