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)


84
85
86
# File 'lib/acts_as_taggable_on/tagger.rb', line 84

def is_tagger?
  tagger?
end

#tagger?Boolean

Returns:

  • (Boolean)


80
81
82
# File 'lib/acts_as_taggable_on/tagger.rb', line 80

def tagger?
  true
end