5 lines
83 B
5 lines
83 B
5 years ago
|
class ShixunReview < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :shixun
|
||
|
end
|