Class: RejectReason
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- RejectReason
- Defined in:
- lib/ting_model/reject_reason.rb
Instance Method Summary collapse
Instance Method Details
#s_target_type ⇒ Object
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 |