We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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")
tag_list.add("Fun, Happy", :parse => true)