module Outrigger::Taggable::ClassMethods
Public Instance Methods
Source
# File lib/outrigger/taggable.rb, line 14 def tag(*new_tags) @tags = tags.concat(new_tags).uniq end
# File lib/outrigger/taggable.rb, line 14 def tag(*new_tags) @tags = tags.concat(new_tags).uniq end