This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
class ApplyForum < ApplicationRecord
#is_confirm 默认为0, 1为通过,2为拒绝
belongs_to :user
belongs_to :forum_section
has_many :reviews, as: :reviewable,dependent: :destroy
end