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