gitlink-forgeplus/app/models/user_interest.rb

4 lines
88 B
Ruby

class UserInterest < ApplicationRecord
belongs_to :user
# belongs_to :repertoire
end