module ActsAsTaggableOn::Tagger::SingletonMethods

Public Instance Methods

is_tagger?()
Alias for: tagger?
tagger?() click to toggle source
# File lib/acts-as-taggable-on/tagger.rb, line 78
def tagger?
  true
end
Also aliased as: is_tagger?