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

Add tags to the tag_list. Duplicate or blank tags will be ignored.

tag_list.add("Fun", "Happy") Use the :parse option to add an unparsed tag string.

tag_list.add("Fun, Happy", :parse => true)

Clone this wiki locally