Class: RejectReason

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/ting_model/reject_reason.rb

Instance Method Summary collapse

Instance Method Details

#s_target_typeObject



9
10
11
12
13
14
15
16
# File 'lib/ting_model/reject_reason.rb', line 9

def s_target_type
  case self.target_type
    when 1
      '声音审核'
    when 2
      '标签审核'
  end
end