4 lines
86 B
4 lines
86 B
6 years ago
|
class UserInterest < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :repertoire
|
||
|
end
|