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)


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

def is_tagger?
  tagger?
end

#tagger?Boolean

Returns:

  • (Boolean)


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

def tagger?
  true
end