Skip to content
Abdelkader Boudih edited this page Mar 31, 2014 · 1 revision

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", :parse => true)

Source: RubyDoc

Clone this wiki locally