We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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