Files
gitlink-forgeplus/app/models/user_interest.rb
2020-04-23 11:08:29 +08:00

4 lines
88 B
Ruby

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