# File lib/taggable.rb, line 498 def clear_tags! if tags_join_model tag_collection.each {|x| x.destroy} else tag_collection.clear end end