class RejectReason

Public Instance Methods

s_target_type() click to toggle source
# File lib/ting_model/reject_reason.rb, line 9
def s_target_type
  case self.target_type
    when 1
      '声音审核'
    when 2
      '标签审核'
  end
end