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

6 lines
142 B
Ruby

class TechnologyMagic < ApplicationRecord
belongs_to :user, optional: true
belongs_to :technology
belongs_to :magic, optional: true
end