class RecommendTag
Public Instance Methods
sync_human_recommend()
click to toggle source
# File lib/ting_model/recommend_tag.rb, line 6 def sync_human_recommend HumanRecommendTag.destroy_all(tag_id: self.id) HumanRecommendCategoryTag.destroy_all(tag_id: self.id) end