mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
142 B
Ruby
6 lines
142 B
Ruby
class TechnologyMagic < ApplicationRecord
|
|
belongs_to :user, optional: true
|
|
belongs_to :technology
|
|
belongs_to :magic, optional: true
|
|
end
|