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

6 lines
148 B
Ruby

class TechnologyCreature < ApplicationRecord
belongs_to :user, optional: true
belongs_to :technology
belongs_to :creature, optional: true
end