forked from jasder/forgeplus
4 lines
86 B
Ruby
4 lines
86 B
Ruby
|
class UserInterest < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :repertoire
|
||
|
end
|