forgeplus/app/models/user_interest.rb

4 lines
86 B
Ruby
Raw Normal View History

2020-03-09 00:40:16 +08:00
class UserInterest < ApplicationRecord
belongs_to :user
belongs_to :repertoire
end