We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove specific tags from the tag_list.
tag_list.remove("Sad", "Lonely") Like #add, the :parse option can be used to remove multiple tags in a string.
tag_list.remove("Sad", "Lonely")
tag_list.remove("Sad, Lonely", :parse => true)
Source: RubyDoc