Module: ActsAsTaggableOn::Tagger::SingletonMethods

Defined in:
lib/acts_as_taggable_on/tagger.rb

Instance Method Summary collapse

Instance Method Details

#is_tagger?Boolean

Returns:

  • (Boolean)


71
72
73
# File 'lib/acts_as_taggable_on/tagger.rb', line 71

def is_tagger?
  true
end