educoder/app/models/shixun_review.rb

5 lines
83 B

class ShixunReview < ApplicationRecord
belongs_to :user
belongs_to :shixun
end