forgeplus/app/models/user_interest.rb

4 lines
86 B
Ruby

class UserInterest < ApplicationRecord
belongs_to :user
belongs_to :repertoire
end