educoder/app/models/user_interest.rb

4 lines
86 B

class UserInterest < ApplicationRecord
belongs_to :user
belongs_to :repertoire
end