module ActsAsTaggableOn::Tagger::SingletonMethods
Public Instance Methods
is_tagger?()
click to toggle source
# File lib/acts_as_taggable_on/tagger.rb, line 84 def is_tagger? tagger? end
tagger?()
click to toggle source
# File lib/acts_as_taggable_on/tagger.rb, line 80 def tagger? true end